From 74d62551eb4fa2196cf84ccc54e7b9332ead9779 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:29:38 -0400 Subject: [PATCH] debug --- .github/workflows/build-and-test.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) \