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
ARM container image builds are slow. Looks like a few areas for improvement - match runner arch to target arch, use caching.
The text was updated successfully, but these errors were encountered:
In my opinion ARM builds are slow because the runner used is AMD64. There is no standard hosted runner for ubuntu ARM64, it will come in a future release - https://github.com/orgs/community/discussions/19197#discussioncomment-10550689 At the moment ubuntu ARM64 is available only in larger runners - video
My suggestion is to monitor this task, wait for ubuntu ARM64 runner release and use it
Sorry, something went wrong.
MorettiGeorgiev
No branches or pull requests
ARM container image builds are slow. Looks like a few areas for improvement - match runner arch to target arch, use caching.
The text was updated successfully, but these errors were encountered: