mirror of
https://github.com/apple/container.git
synced 2026-07-14 21:47:01 +00:00
384e3a12ff
- Addresses slow cross-platform builds from #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.