-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
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
Support for docker arm builds #516
Labels
enhancement
New feature or request
Comments
Hi this is good feature request, because a lot of people are running their workload on arm based instance nowadays in the cloud or on the edge . please can you provide some instruction ? i wanted to experiment on raspberryPi , and i was surprised by the fact that there is no arm based image , so i couldn't run my test on that hardware . |
UltraInstinct14
added a commit
that referenced
this issue
Mar 10, 2024
gh-516 - support for multi-arch docker
UltraInstinct14
added a commit
that referenced
this issue
Mar 10, 2024
gh-516 - gh-actions support for multi-arch docker
Latest docker now supports multi-arch(amd64/arm64) .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Current arm docker release is from a old version. Need arm image from latest source.
Describe the solution you'd like
Probably something integrated with gh-actions would be great, similar to what is done for x86_64 builds.
Additional context
It could be useful for many folks using AWS Graviton or OCI Ampere based systems
The text was updated successfully, but these errors were encountered: