-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Docker ARM support #720
Comments
Thanks for reporting this @jmreicha, we'll take a look! |
See: vmware-tanzu/velero#720 for official ARM Docker images Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
Any progress on this? I am aware of someone who tried to use this on arm64 and ran into failures, and I know that Docker has improved multiarch build support since this issue was originally brought up. |
I had a go at it and built multiarch images based on Ubuntu Xenial for |
I think this provides a basis for the |
Once we get #1645 in, it should be a quick change to add ARM builds. |
we've now got multiarch support via Docker manifest lists merged, so if anyone wants to work on adding arm builds, it should be ready to go! |
I got a start on it and put up a draft PR @ #2227, but it's late here and I need to get to bed so I'll come back around to this soon. EDIT: updated it and tested it and set the PR for ready to review. |
closed by #2227 |
Describe the solution you'd like
A quick looks at the manifest for the ark Docker images show that amd64 is currently the only supported architecture.
It would be nice to have multiarch builds for Ark, including arm and arm64.
The text was updated successfully, but these errors were encountered: