diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 849a444..5884ad6 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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: diff --git a/Makefile b/Makefile index 1d6a94e..9fd21a9 100644 --- a/Makefile +++ b/Makefile @@ -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) \