Docker Multi Architecture Images
viferga opened this issue ยท 4 comments
viferga commented
๐ 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/