nomad

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

commit 1afb277df4120d14f5f052d13f37b8f2cf1a3142
parent b51d85a115aaa986db8f7a32961de9570ad8cd4e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 28 Feb 2026 21:00:34 +0100

feat: arm constraint

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

diff --git a/hcl/default/p0c/p0c.nomad b/hcl/default/p0c/p0c.nomad @@ -3,6 +3,12 @@ job "p0c" { priority = 80 + constraint { + # image only built for arm + attribute = "${attr.cpu.arch}" + value = "arm64" + } + group "server" { count = 1