NathanVaughn / webtrees-docker

Up-to-date Docker image for webtrees with all the bells and whistles.
https://hub.docker.com/r/nathanvaughn/webtrees
MIT License
59 stars 15 forks source link

Latest/2.1.20 only available for linux/arm64 #144

Closed IDmedia closed 1 month ago

IDmedia commented 1 month ago

The latest version is only built for linux/arm64 resulting in docker pull failing from a normal linux/amd64 machine. Source (but affects the other souces too): https://hub.docker.com/r/nathanvaughn/webtrees/tags

NathanVaughn commented 1 month ago

Dang it. I reorganized the GitHub Actions to build the different architectures in parallel, but I guess this somehow broke how this gets pushed to the registries. I'll take a look tonight

On Mon, May 13, 2024, 02:44 Benjamin Krause @.***> wrote:

The latest version is only built for linux/arm64 resulting in docker pull failing from a normal linux/amd64 machine. Source (but affects the other souces too): https://hub.docker.com/r/nathanvaughn/webtrees/tags

— Reply to this email directly, view it on GitHub https://github.com/NathanVaughn/webtrees-docker/issues/144, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACB4QK2GCJUTWTXGFDRPH7LZCBVNLAVCNFSM6AAAAABHTVEEYKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4TEMBXG4YDMNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

NathanVaughn commented 1 month ago

Related docker/build-push-action#671

NathanVaughn commented 1 month ago

Should be fixed now, going to try and figure out parallel platform builds and not break prod this time 🙃https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners