commit 03c361a16e553baa7f1fa1e76e73e4db152413d1 parent 2429346376f55ab0e979dc47244fea431e5cd8c1 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sun, 1 Mar 2026 15:26:24 +0100 feat: arm constraint Diffstat:
| M | hcl/default/git/git.nomad | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/hcl/default/git/git.nomad b/hcl/default/git/git.nomad @@ -3,6 +3,12 @@ job "git" { priority = 80 + constraint { + # image only built for arm + attribute = "${attr.cpu.arch}" + value = "arm64" + } + group "server" { count = 1