docker-rpi-mariadb
docker-rpi-mariadb copied to clipboard
OS/ARCH on Docker Hub
Hi and thanks for your work.
Why is the image tagged with OS/ARCH linux/amd64 on the Docker Hub? This seems to break stack-deployements in swarm.
Hi, because of the qemu trick used to build automatically on docker hub.
It seems there is no way currently to force the architecture to arm, see: https://github.com/moby/moby/issues/36552