/kind bug
Description:
We are using multiarch/qemu-user-static to setup the emulators for multiarch builds. Seeing arm64 builds randomly fail
envoyproxy/envoy#14971
Its most likely related to QEMU 5.2 used in the image that was introduced a few months ago d9c81fc
More details in docker/buildx#542
We have moved to tonistiigi/binfmt for now, which has QEMU pinned to an older version 5.0.1
envoyproxy/envoy#15386
Surfacing this issue, in case others hit it
/kind bug
Description:
We are using
multiarch/qemu-user-staticto setup the emulators for multiarch builds. Seeingarm64builds randomly failenvoyproxy/envoy#14971
Its most likely related to QEMU 5.2 used in the image that was introduced a few months ago d9c81fc
More details in docker/buildx#542
We have moved to
tonistiigi/binfmtfor now, which has QEMU pinned to an older version5.0.1envoyproxy/envoy#15386
Surfacing this issue, in case others hit it