-
Notifications
You must be signed in to change notification settings - Fork 56
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
Provide ARM based image on docker hub #58
Comments
that make sense 👍 |
You could look into how I did it with a DockerHub based build here: https://github.com/trion-development/docker-ng-cli A (german, but google translate should work) description is here: https://www.trion.de/news/2019/10/14/docker-multi-arch-dockerhub.html |
I'm also interested in this, is there any progress on it? I could send you a sample command to build for arm64 if needed, I just have a startup issue with it |
This is how I made a working ARM64 image:
So basically the only change I would assume to be needed is the GOARCH value in the dockerfile. Is setting this value actually needed, or could this be retrieved from the operating system? If this is the case then you can easily make multiplatform builds using this command:
|
I wonder if all that can be automated via GitHub actions and results are hosted on GitHub container registry. Unfortunately dont have time to look at it, but PR or a link to a simple example are highly appreciated :) |
It would be very convenient if you could provide a multi arch image on docker hub, so that ARM is supported as well.
The text was updated successfully, but these errors were encountered: