Skip to content
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

Open
jacquev6 opened this issue Jul 1, 2020 · 4 comments
Open

Docker image for other architectures #8

jacquev6 opened this issue Jul 1, 2020 · 4 comments

Comments

@jacquev6
Copy link

jacquev6 commented Jul 1, 2020

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 love linux/arm/v7 and linux/arm64 builds.

@pranavgupta1234
Copy link
Owner

pranavgupta1234 commented Jul 1, 2020

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.

@jacquev6
Copy link
Author

jacquev6 commented Jul 1, 2020

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 linux/arm64 image when you push it :)

@natm
Copy link

natm commented Jul 6, 2020

Could these docker images be built and pushed via Github action triggers?

@pranavgupta1234
Copy link
Owner

@natm I think they can be. Although I have previously never used action triggers, will try to integrate that in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants