Alex Beregszaszi
Alex Beregszaszi
This would still be very useful.
We have set up ARM builds on another project, but it is rather computationally expensive as it is running in an emulator. I wonder how big of a slowdown that...
Are you saying Docker on an M1 mac virtualises ARM and is not running on top of Rosetta? Yeah that may be an annoying situation and a strong enough reason....
It is possible now to use CircleCI's ARM machines, but the image they have is a rather old Ubuntu. We use it in [Fizzy](https://github.com/wasmx/fizzy/blob/master/circle.yml#L519-L522): ```yaml arm64-native: machine: image: ubuntu-2004:current resource_class:...
Even windows+arm is now supported on github actions too: https://github.blog/changelog/2022-09-28-github-actions-self-hosted-runners-now-support-windows-arm-hardware/