Multi-arch ansible docker images

Hi,

Want to check if a multi-arch (non-x86) version of ansible’s docker image is available somewhere? I found this image https://hub.docker.com/r/ansible/ansible/ but i am not sure if it is multi-arch

If not, are there any plans to publish docker images for non-intel arches? Docker’s official image program has support for building multi-arch containers https://github.com/docker-library/official-images#multiple-architectures, however the requirement for this is for the x86 image to be a official image https://docs.docker.com/docker-hub/official_repos/ , can ansible be considered to be made an official image and subsequently enable it to be mult-arch? thanks!