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

[CI] Build mutli-architecture docker image #1141

Conversation

greedybro
Copy link
Contributor

@greedybro greedybro commented Feb 7, 2023

I built an arm/v7 image locally with buildx and run it on my raspberry pi 3 successfully (https://hub.docker.com/r/greedybro/ihatemoney/tags)

Since the project CI is already using buildx via docker/build-push-action@v2, it should only require to had a list of architectures to build for.

The list should cover most of user needs with armv7 for rapsberry 3 and before, and arm64 for Mac with Apple silicon and raspberry 4 (and probabilly future models)

Closes #1066

@greedybro greedybro mentioned this pull request Feb 7, 2023
@rriski
Copy link
Contributor

rriski commented Feb 10, 2023

Would be great to get this in! I'm also currently building my own images for ARM.

@Glandos
Copy link
Member

Glandos commented Feb 18, 2023

Well, I'm not a Docker person, but this seems the right way :)

@Glandos Glandos merged commit 78e50c2 into spiral-project:master Feb 18, 2023
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

Successfully merging this pull request may close these issues.

Docker ARM build
3 participants