-
Notifications
You must be signed in to change notification settings - Fork 169
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 Multi Architecture Images #485
Comments
Hello @viferga I would like to work on this |
I made a base version for this, it can be extended further: https://github.com/metacall/core/blob/develop/.github/workflows/docker-hub-platform.yml |
We should review the docker-hub-platform.yml, push to the core all the images with different tags and platforms (this includes 4 images for each platform), and then it will be interesting to not just build the image and push to docker but also run the tests in multiplatform environment. Also adding more architectures would be interesting, here's the complete list:
|
🚀 Feature
For fully implementing this feature for all architectures, including MacOS M1 etc.. we would need to build docker images for multiple architectures (and maybe multiple OS if possible, although for now, Debian should be enough).
Here's the CI that should be modified:
core/.github/workflows/docker-hub.yml
Line 40 in 380a4a9
Alpine is not fully supported yet. Debian should be enough for now (bookworm and trixie).
Here's a full tutorial about how to do it with QEMU: https://docs.docker.com/build/ci/github-actions/multi-platform/
The text was updated successfully, but these errors were encountered: