support woodpecker ci
All checks were successful
CI / Static Analysis (pre-commit) (pull_request) Successful in 1m7s
CI / Tests (pull_request) Successful in 57s
CI / Build and push image (map[platform:linux/arm64 runner:ubuntu-arm-latest]) (pull_request) Successful in 1m1s
CI / Build and push image (map[platform:linux/amd64 runner:ubuntu-latest]) (pull_request) Successful in 1m19s
CI / Create docker manifest (pull_request) Successful in 27s
All checks were successful
CI / Static Analysis (pre-commit) (pull_request) Successful in 1m7s
CI / Tests (pull_request) Successful in 57s
CI / Build and push image (map[platform:linux/arm64 runner:ubuntu-arm-latest]) (pull_request) Successful in 1m1s
CI / Build and push image (map[platform:linux/amd64 runner:ubuntu-latest]) (pull_request) Successful in 1m19s
CI / Create docker manifest (pull_request) Successful in 27s
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: wp-${platform}
|
Reference in New Issue
Block a user