Hey,
So DockerHub sadly now request money for automated builds:
https://www.docker.com/blog/changes-to-docker-hub-autobuilds/
I order to workaround that I have now started building from github actions. Actions defined here:
https://github.com/guysoft/CustomPiOS/blob/devel/.github/workflows/docker-build.yml
The good news is that github actions can use docker buildx which means less dockerfile per-arch (bye bye in f7f3a57 ).
However I have yet to set up that every version tag in git will also tag a version on DockerHub. So this issue will stay open until that is fixed.
Will tag Gina when she is free.