Draft: renable support for crossbuilding
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.