Merge branch 'master' into public
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Elara 2023-08-09 21:12:46 -07:00
commit 814fbb1bed
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,5 @@
pipeline:
platform: linux/amd64
steps:
publish:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]

View File

@ -68,4 +68,10 @@ job "lure-web" {
}
}
}
constraint {
attribute = "${attr.cpu.arch}"
operator = "set_contains_any"
value = "amd64,arm64"
}
}