Currently, the KDP works fine on Apple Silicon through Rosetta emulation, which incurs a 20-30% slowdown. Ideally, we should build multiplatform images so that there's a native Apple arm64 flavor available. Dan had some thoughts on this in the Dockerfile comments:
|
# publish multi-platform images in the future (see |
Currently, the KDP works fine on Apple Silicon through Rosetta emulation, which incurs a 20-30% slowdown. Ideally, we should build multiplatform images so that there's a native Apple arm64 flavor available. Dan had some thoughts on this in the Dockerfile comments:
developer-platform/.github/workflows/docker-publish-and-test.yml
Line 87 in 711e1a2