You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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: