While Traefik's binary releases on github include tons of arches (amd64, arm64, various arm32's, ppc64le), the official multi-arch Docker image only includes a handful (amd64, arm64, arm32v6).
How can we get more arches added to the docker hub images (in particular, ppc64le)?
The Docker image of Traefik is an official image.
The architectures are limited to the architectures available for an official image (it's different than a classic Docker Hub image)