stellar / quickstart

Home of the stellar/quickstart docker image for development and testing
Apache License 2.0
186 stars 206 forks source link

Replace qemu arm64 emulation with using macos-14 arm64 runners #604

Closed leighmcculloch closed 4 months ago

leighmcculloch commented 4 months ago

What

Replace qemu arm64 emulation with using macos-14 arm64 runners.

Why

GitHub recently released generally available the macos-14 runners which exclusively run on arm64 CPU Apple M1 types.

Notes

This is currently an experiment to see if that is a more sane way to build arm64 images instead of with qemu emulation which is very slow and requires larger 16-core instances.

Related:

leighmcculloch commented 4 months ago

Won't work because macos-14 runners do not support docker.