graphic: 0.912 device: 0.818 instruction: 0.561 network: 0.394 vnc: 0.344 boot: 0.315 semantic: 0.284 mistranslation: 0.224 socket: 0.222 other: 0.142 KVM: 0.020 assembly: 0.018 golang 1.23 build hangs when running under qemu-user on x86_64 host Description of problem: Forwarded from https://github.com/golang/go/issues/70329. # Steps to reproduce: 1. Setup qemu-user binfmt for a foreign ISA, for example, installs qemu-user-static-aarch64 on Fedora. 2. Build the Dockerfile for specified arch: `podman build --arch aarch64 .` Additional information: