Use container-builder-shim 0.7.0, ensures use of Rosetta. by jglogan · Pull Request #858 · apple/container

@jglogan

- Addresses slow cross-platform builds from apple#68.

realrajaryan

saehejkang pushed a commit to saehejkang/container that referenced this pull request

Jan 27, 2026
- Addresses slow cross-platform builds from apple#68.
- The shim wasn't doing everything needed to ensure the use of Rosetta for
  `container build`. The new shim adds an `--enable-qemu` option that
  controls whether `buildkit-qemu-emulator-x86_64 is available; when it is
  not available, buildkitd will attempt to build natively, meaning Rosetta
  will execute amd64 binaries.