We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey all 👋
Github Recently announced ARM runners https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
We can use this to to distribute builds across runners with matching platform/arch in this example: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners This way we no longer need to rely on QEMU for building ARM, which is very slow.
Maybe it would be great to adapt the example in the docs accordingly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hey all 👋
Github Recently announced ARM runners https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
We can use this to to distribute builds across runners with matching platform/arch in this example: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners This way we no longer need to rely on QEMU for building ARM, which is very slow.
Maybe it would be great to adapt the example in the docs accordingly.
Would you like to contribute this guide?
The text was updated successfully, but these errors were encountered: