This repo has a docker file that builds hercules-sdl from source then uses github actions to automatically make and push docker containers for s390, arm and x64, allowing users on each of those architectures to simply do a docker run xxxx on their own architecture.
I typically build my own but I would much rather use officially produced docker container for Aethra
You can see an example on how to automate all of that here:
https://github.com/mainframed/docker-hercules/tree/main
This repo has a docker file that builds hercules-sdl from source then uses github actions to automatically make and push docker containers for s390, arm and x64, allowing users on each of those architectures to simply do a
docker run xxxx
on their own architecture.