support woodpecker ci
All checks were successful
ci/woodpecker/push/image/1 Pipeline was successful
CI / Static Analysis (pre-commit) (pull_request) Successful in 1m0s
CI / Tests (pull_request) Successful in 55s
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 1m15s
CI / Create docker manifest (pull_request) Successful in 25s
ci/woodpecker/push/image/2 Pipeline was successful
All checks were successful
ci/woodpecker/push/image/1 Pipeline was successful
CI / Static Analysis (pre-commit) (pull_request) Successful in 1m0s
CI / Tests (pull_request) Successful in 55s
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 1m15s
CI / Create docker manifest (pull_request) Successful in 25s
ci/woodpecker/push/image/2 Pipeline was successful
This commit is contained in:
14
.woodpecker/image.yml
Normal file
14
.woodpecker/image.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: "**"
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
labels:
|
||||
platform: ${platform}
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step; okay"
|
Reference in New Issue
Block a user