Compare commits

...

3 Commits

Author SHA1 Message Date
814fbb1bed Merge branch 'master' into public
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-09 21:12:46 -07:00
c2dec3db36 Set CI platform to linux/amd64
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-09 21:12:29 -07:00
8d80e27336 Add CPU arch constraint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-09 21:11:09 -07:00
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,5 @@
pipeline: platform: linux/amd64
steps:
publish: publish:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password] 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"
}
} }