You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenlty I cross-run docker images for ARM64 on x86_64 using the -v /usr/bin/qemu-aarch64-static:/usr/bin/qemu-aarch64-static trick. I'd like to be able to do this for docker builds, but docker build doesn't support the -v flag.