This would be great! @moigagoo I could help with setting up Github Actions for building the images. Looks like you only have one dockerfile setup?
I'd also suggest making them proper multi-arch images too -- a lot of devs run M1/M2 macs now. I did it here for [Nesper dockerbuilds](https://github.com/EmbeddedNim/dockerbuilds/blob/main/.github/workflows/esp-idf-publish.yml). Also is it possible to do statically linked Nim compiler builds? If so you can then provide an image with _only_ the Nim compiler tooling and it could be used via _multi-stage_ builds with distro.
