metacall/core

Docker Multi Architecture Images

viferga opened this issue ยท 4 comments

๐Ÿš€ 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:

# TODO: Build with alpine and provide multiple tags (debian & alpine) once all tests pass

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/

Hello @viferga I would like to work on this