core icon indicating copy to clipboard operation
core copied to clipboard

Docker Multi Architecture Images

Open viferga opened this issue 1 year ago • 2 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: https://github.com/metacall/core/blob/380a4a9fd0fcff9b08ef5650489341e12f91ef3a/.github/workflows/docker-hub.yml#L40

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/

viferga avatar Feb 14 '24 22:02 viferga

Hello @viferga I would like to work on this

ashu8912 avatar Feb 20 '24 12:02 ashu8912

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

viferga avatar Aug 13 '24 23:08 viferga