2025.01.06 #23

Open
anton wants to merge 9 commits from 2025.01.03 into main
1 changed files with 6 additions and 4 deletions
Showing only changes of commit 32c8c3d26a - Show all commits

View File

@ -7,11 +7,13 @@ export
## Use env vars from latest release when reproducing
ifdef REPRODUCE
include dist/release.env
export
include dist/release.env
export
endif
## Prevents use of caching when building docker image
ifdef NOCACHE
NO_CACHE := --no-cache
NO_CACHE := --no-cache
endif
.DEFAULT_GOAL :=
@ -70,7 +72,7 @@ vm: out/dev-shell.digest out/airgap.iso out/sdcard.img
-nographic; \
"
## Signing, Verification, and Release Targets
## Release, Signing, Verification, and Reproduction Targets
.PHONY: clean
clean: