-
Notifications
You must be signed in to change notification settings - Fork 502
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
Add dockerBuildxPlatforms #3419
Conversation
Did you tried if this locally would build a multi arch image ? |
Sorry, I phrased that badly. Adding Unfortunately, I can't use If I have time this week I'll try and find/setup a non-podman environment to test this. |
Alright, I think I have made progress. For anyone else fighting with this on mac m1 - don't use podman. I switched to orbstack, and added the following to the 'Advanced Engine Config' in the orbstack settings:
And I was able to use I changed the supported architectures to what I could see in
@mzuehlke Should be good to go now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for investigating, makes sense 👍
I reverted this PR, because publishing failed: https://github.com/scala-steward-org/scala-steward/actions/runs/11083098359/job/30797020608 It seems the whole publish docker procedure would need to be adapted su support using buildx like described here: |
To me it seems like this project would be better served by building the docker image manually, giving more direct control over the build process, rather than being limited by whatever Might also be easier to just wait till later in the year and build on arm64 when github makes it available open source projects later in the year, but that would mean duplicate builds, rather than one buildx invocation. @mzuehlke I really appreciate the help with these PRs, sorry it didn't work out. Can you please reopen #2590 in case someone else wants to get involved! |
I reopened the ticket |
Continuing on #2590, this allegedly will trigger buildx during a CI build