nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive | README

commit 19c15c33df40ad9d4dddce02740149e304b59b02
parent 8ed80a079d549d24768b8e6b3074906ccc6b9d60
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 10 Jan 2026 18:25:44 +0100

fix(waldhart): arm64 img constraint

Diffstat:
Mhcl/default/waldhart/waldhart.nomad | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/hcl/default/waldhart/waldhart.nomad b/hcl/default/waldhart/waldhart.nomad @@ -40,6 +40,12 @@ EOT force_pull = true } + constraint { + # image only built for arm + attribute = "${attr.cpu.arch}" + value = "arm64" + } + resources { memory = 50 memory_max = 128