Skip to content

Commit c5b3519

Browse files
reneOhmSpectator
authored andcommitted
Makefile: Pass DOCKER_ARCH_TAG to makeiso.sh script
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 <rene@renesp.com.br>
1 parent ee15f4d commit c5b3519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ $(INSTALLER).raw: $(INSTALLER_IMG) $(EFI_PART) $(BOOT_PART) $(CONFIG_IMG) $(BSP_
822822
$(QUIET): $@: Succeeded
823823

824824
$(INSTALLER).iso: $(INSTALLER_TAR) $(BSP_IMX_PART) | $(INSTALLER)
825-
./tools/makeiso.sh $< $@ installer
825+
DOCKER_ARCH_TAG=$(DOCKER_ARCH_TAG) ./tools/makeiso.sh $< $@ installer
826826
$(QUIET): $@: Succeeded
827827

828828
$(INSTALLER).net: $(INSTALLER).iso $(EFI_PART) $(INITRD_IMG) $(CONFIG_IMG) | $(INSTALLER)

0 commit comments

Comments
 (0)