add amd64 contrainst to drone

This commit is contained in:
vincent 2022-04-27 20:22:49 +02:00
parent d4ed47f121
commit c120f22228

View File

@ -1,6 +1,10 @@
job "drone" { job "drone" {
datacenters = ["homelab"] datacenters = ["homelab"]
type = "service" type = "service"
constraint {
attribute = "${attr.cpu.arch}"
value = "amd64"
}
group "droneCI" { group "droneCI" {
network { network {