-
Notifications
You must be signed in to change notification settings - Fork 2.9k
docker: publish ARM images #1306
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
Comments
this may be as simple as changing over to
https://www.docker.com/blog/multi-arch-images/ i might be able to write a patch for this if someone points to the relevant section |
is it changing https://github.com/nsqio/nsq/blob/master/dist.sh#L45 to this gonna do it?
|
@mreiferson ^^ |
actually since buildx needs some setup, i do this on my end for multi-arch's: ensure i cleared out the buildx builder in case it got interrupted before
then:
then clear out the buildx builder so it's ready for the next time i run it
|
i have it running in |
looking forward to it @danbf |
@mreiferson got the PR in #1355 for 👀 |
see #1355 |
Now arm is used more and more widely. At present, many projects have docker images of arm, such as Nats. I hope that maintainers can add arm related images in docker hub.
The text was updated successfully, but these errors were encountered: