andrewmackrodt / dockerfiles

Ubuntu 22.04 Docker Images for Server and Desktop.
https://hub.docker.com/u/andrewmackrodt
MIT License
21 stars 3 forks source link

Multi-arch images #10

Open paralin opened 3 years ago

paralin commented 3 years ago

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).

andrewmackrodt commented 3 years ago

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.

paralin commented 3 years ago

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

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