Skip to content

Commit

Permalink
Makefile: Pass DOCKER_ARCH_TAG to makeiso.sh script
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit c5b3519)
  • Loading branch information
rene authored and OhmSpectator committed Feb 6, 2025
1 parent 7acbcaf commit c67d4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c67d4a5

Please sign in to comment.