There is very little here holding us back from making ARM releases at this point. We should probably not start making then until we have our version scheme implemented though so we know how to name the resulting ARM images different to the AMD64 ones, though multi-architecture may make this a non-issue.
Also FYI, recently in building an ARM version of things on a Hetzner I found I had to run this additional Docker setup command to get the builds to work:
docker run --privileged --rm tonistiigi/binfmt --install all (from https://github.com/docker/buildx/issues/1986#issuecomment-1664983533.
Also ref: https://docs.docker.com/build/building/multi-platform/