From 4c784c61fd1c479de8d52394feb52de5a7dcd887 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 17 Jun 2023 23:29:18 +0200 Subject: [PATCH] Add a comment for 'no-cache' --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index eebfc7e..598fd27 100755 --- a/build.sh +++ b/build.sh @@ -34,6 +34,7 @@ podman_build_args=( --label="gentoo-nfr-${IMAGE_TAG}" # Sign the image. #--sign-by="${GPG_SIGNING_KEY}" + # Rebuild everything w/o cache. --no-cache )