1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-03-13 15:29:38 -04:00
parent b7812cd06b
commit 74d62551eb
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
- name: Build ISO with new container
- name: Build ISO
uses: ./
id: build
with:

View file

@ -161,7 +161,7 @@ boot.iso: external/lorax/branch-$(VERSION) $(filter lorax_templates/%,$(_LORAX_T
then \
curl --fail -L -o $(_BASE_DIR)/sb_pubkey.der $(SECURE_BOOT_KEY_URL); \
fi
find /github/workspace
lorax -p $(IMAGE_NAME) -v $(VERSION) -r $(VERSION) -t $(VARIANT) \
--isfinal --squashfs-only --buildarch=$(ARCH) --volid=$(_VOLID) --sharedir $(_BASE_DIR)/external/lorax/share/templates.d/99-generic \
$(_LORAX_ARGS) \