diff --git a/drone.nomad b/drone.nomad index 5f6a1fd..1ef395d 100644 --- a/drone.nomad +++ b/drone.nomad @@ -1,6 +1,10 @@ job "drone" { datacenters = ["homelab"] type = "service" + constraint { + attribute = "${attr.cpu.arch}" + value = "amd64" + } group "droneCI" { network {