When developing on an apple silicon mac, docker uses linux/arm64 by default.
Using the amd64 image is possible, but is a lot slower.
It'd be nice if the CI also publishes arm64 images. Locally the Dockerfiles do seems to work for arm64 (at least v2.x).