Closed
Description
Currently, we still rely on a native self-hosted arm64 runner (hosted on AWS) to build our arm64 docker images. Moving to docker buildx+qemu allows us to drop our dependency on the self-hosted runner, and will also allow us to support other architectures (such as armv7) with docker images in the future.