diff --git a/template.nomad b/template.nomad index da832d1..2f53d1f 100644 --- a/template.nomad +++ b/template.nomad @@ -68,4 +68,10 @@ job "lure-web" { } } } + + constraint { + attribute = "${attr.cpu.arch}" + operator = "set_contains_any" + value = "amd64,arm64" + } }