mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-22 06:59:03 +00:00
Currently, the Image Builder job is failing as it cannot build images for other architecture types. This happens because the Image Builder image does not have any of the expected qemu-* binaries in /usr/bin/ needed in order to run qemu-binfmt-conf.sh with the -p yes flag, so that flag is removed.