support woodpecker ci
Some checks failed
CI / Static Analysis (pre-commit) (pull_request) Successful in 1m4s
ci/woodpecker/push/image/2 Pipeline failed
CI / Tests (pull_request) Successful in 53s
ci/woodpecker/push/image/1 Pipeline failed
CI / Build and push image (map[platform:linux/arm64 runner:ubuntu-arm-latest]) (pull_request) Successful in 59s
CI / Build and push image (map[platform:linux/amd64 runner:ubuntu-latest]) (pull_request) Successful in 1m16s
CI / Create docker manifest (pull_request) Successful in 29s
Some checks failed
CI / Static Analysis (pre-commit) (pull_request) Successful in 1m4s
ci/woodpecker/push/image/2 Pipeline failed
CI / Tests (pull_request) Successful in 53s
ci/woodpecker/push/image/1 Pipeline failed
CI / Build and push image (map[platform:linux/arm64 runner:ubuntu-arm-latest]) (pull_request) Successful in 59s
CI / Build and push image (map[platform:linux/amd64 runner:ubuntu-latest]) (pull_request) Successful in 1m16s
CI / Create docker manifest (pull_request) Successful in 29s
This commit is contained in:
15
.woodpecker/image.yml
Normal file
15
.woodpecker/image.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: "**"
|
||||||
|
matrix:
|
||||||
|
platform:
|
||||||
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
|
labels:
|
||||||
|
platform: ${platform}
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
repo: brosner.dev/brosner/teufa
|
||||||
|
tag: wpp-${platform}
|
Reference in New Issue
Block a user