Currently the ankane/pghero:latest tag is marked as multi-architecture, while individual versions (e.g. v3.3.4) are not. This means that if you want to use pghero across multiple architectures, you're forced to use :latest since every other tag is architecture-specific.
Would it be possible to mark versions as multi-architecture as well? I assume they exist already since it works for :latest. I would make a PR to suggest a fix, but it doesn't seem to be handled in CI, so I'm not sure how images are built and tagged.
Currently the
ankane/pghero:latest
tag is marked as multi-architecture, while individual versions (e.g. v3.3.4) are not. This means that if you want to usepghero
across multiple architectures, you're forced to use:latest
since every other tag is architecture-specific.Would it be possible to mark versions as multi-architecture as well? I assume they exist already since it works for
:latest
. I would make a PR to suggest a fix, but it doesn't seem to be handled in CI, so I'm not sure how images are built and tagged.