force --no-cache in reproduce mode
This commit is contained in:
parent
286a2b5f37
commit
a50d38a8a5
2
Makefile
2
Makefile
|
@ -9,6 +9,7 @@ export
|
||||||
## Use env vars from latest release when reproducing
|
## Use env vars from latest release when reproducing
|
||||||
ifdef REPRODUCE
|
ifdef REPRODUCE
|
||||||
include dist/release.env
|
include dist/release.env
|
||||||
|
NO_CACHE := --no-cache
|
||||||
export
|
export
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -30,6 +31,7 @@ out/airgap.iso: Containerfile $(shell git ls-files rootfs)
|
||||||
--build-arg GIT_AUTHOR="$(GIT_AUTHOR)" \
|
--build-arg GIT_AUTHOR="$(GIT_AUTHOR)" \
|
||||||
--build-arg GIT_KEY="$(GIT_KEY)" \
|
--build-arg GIT_KEY="$(GIT_KEY)" \
|
||||||
--build-arg GIT_TIMESTAMP="$(GIT_TIMESTAMP)" \
|
--build-arg GIT_TIMESTAMP="$(GIT_TIMESTAMP)" \
|
||||||
|
$(NO_CACHE) \
|
||||||
-f Containerfile \
|
-f Containerfile \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue