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

Multiplatform docker image build (arm64) ? #64

Open
chrissearle opened this issue Apr 19, 2024 · 2 comments
Open

Multiplatform docker image build (arm64) ? #64

chrissearle opened this issue Apr 19, 2024 · 2 comments

Comments

@chrissearle
Copy link

I wonder if you'd be willing to get the github action to build this multiplatform so it can run on docker on the arm architecture?

It should be as simple as adding:

platforms: linux/amd64,linux/arm64

to the with block in the docker/build-push-action in the wofkflow (although I've only tested with docker/build-push-action@v5)

@axeloz
Copy link
Owner

axeloz commented Aug 28, 2024

Hello @chrissearle sorry for the delay.
Sure, I will look at it. Would you be able to test on your platform if this change works for you?

@axeloz
Copy link
Owner

axeloz commented Aug 28, 2024

@chrissearle I managed to build the Docker image for two platforms but the Github action took 30min to complete instead of 5 min previously.
If anyone knows why, I'd would appreciate any help.
Is at least the Docker image working for you?
Thanks

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

No branches or pull requests

2 participants