mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
chore(ci): debug
This commit is contained in:
parent
56b9983fab
commit
1ca4950699
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -102,7 +102,7 @@ $(ISO_NAME): results/images/boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorris
|
||||||
|
|
||||||
# Download the secure boot key
|
# Download the secure boot key
|
||||||
sb_pubkey.der:
|
sb_pubkey.der:
|
||||||
curl --fail -L -o sb_pubkey.der $(SECURE_BOOT_KEY_URL)
|
curl --fail -L -o sb_pubkey.der $(SECURE_BOOT_KEY_URL) && ls -alh
|
||||||
|
|
||||||
# Build boot.iso using Lorax
|
# Build boot.iso using Lorax
|
||||||
results/images/boot.iso: external/lorax/branch-$(VERSION) $(filter lorax_templates/%,$(_LORAX_TEMPLATES)) $(_REPO_FILES) $(if $(SECURE_BOOT_KEY_URL),sb_pubkey.der)
|
results/images/boot.iso: external/lorax/branch-$(VERSION) $(filter lorax_templates/%,$(_LORAX_TEMPLATES)) $(_REPO_FILES) $(if $(SECURE_BOOT_KEY_URL),sb_pubkey.der)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue