MULTIARCH DOCKER BUILDS LETS GO! Running sudosci backend on arm nodes
This commit is contained in:
parent
98c4cd540a
commit
679f43468d
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@ job "sudoscientist-go-backend" {
|
|||
region = "global"
|
||||
type = "service"
|
||||
|
||||
constraint {
|
||||
attribute = "${attr.cpu.arch}"
|
||||
value = "arm64"
|
||||
}
|
||||
|
||||
update {
|
||||
stagger = "30s"
|
||||
max_parallel = 1
|
||||
|
@ -79,7 +84,7 @@ UI_PROTO = https://
|
|||
|
||||
resources {
|
||||
cpu = 2000
|
||||
memory = 2560
|
||||
memory = 256
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue