Compare commits

..

No commits in common. "814fbb1bed527b38f0ad818e986a6cb99eeefe66" and "533e20c082f055991a24bcee967430e02d4a3466" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,4 @@
platform: linux/amd64 pipeline:
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,10 +68,4 @@ job "lure-web" {
} }
} }
} }
constraint {
attribute = "${attr.cpu.arch}"
operator = "set_contains_any"
value = "amd64,arm64"
}
} }