MULTIARCH DOCKER BUILDS LETS GO! Running sudosci backend on arm nodes

This commit is contained in:
Amarpreet Minhas 2021-08-26 19:21:57 -04:00
parent 98c4cd540a
commit 679f43468d

View file

@ -3,6 +3,11 @@ job "sudoscientist-go-backend" {
region = "global" region = "global"
type = "service" type = "service"
constraint {
attribute = "${attr.cpu.arch}"
value = "arm64"
}
update { update {
stagger = "30s" stagger = "30s"
max_parallel = 1 max_parallel = 1
@ -79,7 +84,7 @@ UI_PROTO = https://
resources { resources {
cpu = 2000 cpu = 2000
memory = 2560 memory = 256
} }
} }