Hello I am using a Debian 12 VM on Qubes OS 4.2 to attempt to build an Armbian image for a Rockpro64.
As you can see by the build logs, these 3 commands are failing:
update-binfmts --enable qemu-arm
update-binfmts --enable qemu-aarch64
update-binfmts --enable qemu-riscv64
Then arch-test command output causes script to error out with:
arm64: not supported on this machine/kernel
So far I have attempted to enter the docker container and manually run the command but I get this error:
root@1631353b980f:/armbian# update-binfmts --enable qemu-arm
update-binfmts: warning: qemu-arm not in database of installed binary formats.
update-binfmts: exiting due to previous errors
Any help is greatly appreciated as I continue to try solving this, thank you!