
Github Actions Integration
Migrate to Arm runners
GitHub Actions runs on x64 architectures. If you’re building or testing for arm64 architectures and using QEMU emulation to do so, you can change your workflow file to natively use arm64.
For this, you simply need to change your platform and remove the QEMU step.

