-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Multi-Arch docker images #4900
Comments
We're providing precompiled binaries with every release starting with tag v0.3.2. Building ARM images should work with the following command
|
Actually, I just tried the above command and the result was
In any case, you could copy the release files into an ARM64 based image and that would satisfy the use case I think. I'll leave this open now to consider adding this automatically in our continuous integration pipeline. |
@torfbolt we provide multiarch binaries now as a recommended installation for ARM. I'll close this for now, thanks for the report! |
Revisiting this issue to properly provide multiarch docker images. |
It would be great if the automatic docker build process could be expanded for multi-arch images, something like this:
https://www.docker.com/blog/multi-arch-images/
This way people with ARM machines could use the latest client versions and help testing the bleeding edge.
The text was updated successfully, but these errors were encountered: