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

Support for multi-platform docker containers #8

Open
sjunges opened this issue Jun 6, 2024 · 1 comment
Open

Support for multi-platform docker containers #8

sjunges opened this issue Jun 6, 2024 · 1 comment
Assignees

Comments

@sjunges
Copy link
Contributor

sjunges commented Jun 6, 2024

See https://docs.docker.com/build/building/multi-platform/, which avoids QEMU

@volkm volkm self-assigned this Jun 6, 2024
@volkm
Copy link
Contributor

volkm commented Jun 10, 2024

My proposal is to use multiple runners in Github actions to build the different platform images. The build would most likely be slow for the emulated runners, but at least we get multi-platform images. If arm64 runners are available in the CI at some point (probably end of the year), we could easily switch to a native build.

Another possibility in the meantime could be to build the amd64 images via the CI and manually build arm64 on our Macbook. Then we could manually merge both image types into one.

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

2 participants