dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Multi-arch images

Open paralin opened this issue 4 years ago • 2 comments

Hi, nice work on the chromium-x11 image,

It might be good to also support arm and arm64 with a docker manifest (multi-arch image).

paralin avatar Sep 23 '21 04:09 paralin

Hi @paralin this is a good suggestion and one I'd like to explore now that I have an M1 MacBook Air to test with. I've not done any multi-arch builds before so if anyone knows of useful resources I'll see how easy it will be to integrate.

andrewmackrodt avatar Oct 23 '21 21:10 andrewmackrodt

Here's a script to make a multi-arch image from tags for each arch:

https://gist.github.com/paralin/f29a67230b1f5ad73d72bafb2e4a54d7

paralin avatar Oct 23 '21 21:10 paralin