Build of Nomad for Raspberry Pi statically linked
This uses Scaleway to provide an ARMv7 host automatically and compile nomad
.
This uses a Docker image to cross-compile nomad
.
To get the binary to the host, run the following command:
docker build --pull -t nomad-arm6l .
docker run --rm nomad-arm6l cat /usr/bin/nomad > nomad
It is possible to compile a new version as well, using the following command:
docker build --pull --build-arg nomad_version="master" -t nomad-arm6l .
docker run --rm nomad-arm6l cat /usr/bin/nomad > nomad