-
Notifications
You must be signed in to change notification settings - Fork 24
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 image for other architectures #8
Comments
Hi @jacquev6 Thanks for taking out some time and checking the project. I do not have much experience of building docker images for arm architecures but on a quick search I found this official link which uses buildx for building multi architecture docker images. I can plan on creating build for arm using above link. In case you know of any hurdles in that approach or some better approach do let me know. |
Buildx is the way to go. I have limited experience with it too, but I found it pretty well documented. One thing I understood with pain is you need to build all target platforms at once to let buildx group them under the same tag. For reference, when pushed to Docker Hub, your tag should display a drop-down box for "OS/ARCH", like this one. I'll keep watching this issue, and I'll test your |
Could these docker images be built and pushed via Github action triggers? |
@natm I think they can be. Although I have previously never used action triggers, will try to integrate that in future. |
Hi there, you sent me a private e-mail to advertise your project, so I feel I can ask for features :-D
The Docker image you provide is only built for the
linux/amd64
architecture. I'm running RQ on a (cluster of) Raspberry Pi(s), so I'd lovelinux/arm/v7
andlinux/arm64
builds.The text was updated successfully, but these errors were encountered: