Skip to content

Draft: renable support for crossbuilding

Thore Sommer requested to merge TS/live-build:bug/cross-build into master

The "Check_crossarchitectures" exits the program if it is not building on the same architecture which made it impossible to build a arm64 build on a amd64 host. This removes the check from:

  • bootstrap_debootstrap
  • binary_grub-efi
  • binary_grub_cfg

Also a check if the qemu static binary exists is added.

Merge request reports

Loading