From c67d4a55e6e15b508efd82878d9ed0b52816cf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=AA=20de=20Souza=20Pinto?= Date: Thu, 6 Feb 2025 14:12:08 +0100 Subject: [PATCH] Makefile: Pass DOCKER_ARCH_TAG to makeiso.sh script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need to pass the target architecture to makeiso.sh script in order to run the corresponding pkg/mkimage-iso-efi container. Signed-off-by: RenĂª de Souza Pinto (cherry picked from commit c5b351902bdc774b2331cae783c600721363bd27) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20a59554a7..471c45721d 100644 --- a/Makefile +++ b/Makefile @@ -789,7 +789,7 @@ $(INSTALLER).raw: $(INSTALLER_IMG) $(EFI_PART) $(BOOT_PART) $(CONFIG_IMG) $(BSP_ $(QUIET): $@: Succeeded $(INSTALLER).iso: $(INSTALLER_TAR) $(BSP_IMX_PART) | $(INSTALLER) - ./tools/makeiso.sh $< $@ installer + DOCKER_ARCH_TAG=$(DOCKER_ARCH_TAG) ./tools/makeiso.sh $< $@ installer $(QUIET): $@: Succeeded $(INSTALLER).net: $(INSTALLER).iso $(EFI_PART) $(INITRD_IMG) $(CONFIG_IMG) | $(INSTALLER)