latest perl image is not multi-arch. we are unable to run it on ppc64le and s390x arch.
Getting below error while pull it on s390x machine:
docker pull perl
Using default tag: latest
latest: Pulling from library/perl
no matching manifest for linux/s390x in the manifest list entries
but i was able to pull image with devel tag
docker pull perl:devel-bullseye
devel-bullseye: Pulling from library/perl
Digest: sha256:a2a90da5e4665b36514936299d7a283a69f28af43e6bbd3a542b08e5750d5b15
Status: Image is up to date for perl:devel-bullseye
docker.io/library/perl:devel-bullseye
However with tags image is supports s390x/ppc64le but perl:latest image is missing this archs. would you please build multi-arch for perl:latest image also.
latest is missing additional archs.
