-
Notifications
You must be signed in to change notification settings - Fork 34
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 arm64 architecture #37
Comments
I'm afraid I don't have access to any arm64 hardware to test this on. Can you provide more details about what we would need to do to support this? |
@cap10morgan To be support other architecture you can look like this https://github.com/docker-library/official-images#architectures-other-than-amd64 |
would it be as simple as using https://hub.docker.com/r/arm64v8/alpine/ and then apply the same Dockerfile in our alpine folder? @longquan7, do you want to give it a try? |
@cap10morgan @Quantisan OK, I will try to build on arm64 |
For official images, we prefer to not have multiple architecture In the case of Alpine, multi-architecture support is waiting on gliderlabs/docker-alpine#304. Given that the current |
PR filed at docker-library/official-images#3408 👍 |
I want to build this image on arm64 architecture, but I'm not sure this tar.gz file and zip packages can be support arm64
The text was updated successfully, but these errors were encountered: