since nomad version 1.8.3 hashicorp isn't providing ARM based binaries anymore. Which is unfortunate especially since I builded a nomad cluster with some raspberry pi's..
to be able to maintain my cluster with future releases I've created this repository which will build and release an ARM binary so I can keep upgrading my cluster using some custom ansible playbooks I wrote over the years.
$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
$ docker buildx build -t visibilityspots/nomad:v1.8.3 --platform linux/amd64,linux/arm/v6,linux/arm/v7 --output binaries .