support woodpecker ci
All checks were successful
ci/woodpecker/push/image Pipeline was successful
CI / Static Analysis (pre-commit) (pull_request) Successful in 2m15s
CI / Tests (pull_request) Successful in 1m38s
CI / Build and push image (map[platform:linux/arm64 runner:ubuntu-arm-latest]) (pull_request) Successful in 3m42s
CI / Build and push image (map[platform:linux/amd64 runner:ubuntu-latest]) (pull_request) Successful in 3m22s
CI / Create docker manifest (pull_request) Successful in 27s
All checks were successful
ci/woodpecker/push/image Pipeline was successful
CI / Static Analysis (pre-commit) (pull_request) Successful in 2m15s
CI / Tests (pull_request) Successful in 1m38s
CI / Build and push image (map[platform:linux/arm64 runner:ubuntu-arm-latest]) (pull_request) Successful in 3m42s
CI / Build and push image (map[platform:linux/amd64 runner:ubuntu-latest]) (pull_request) Successful in 3m22s
CI / Create docker manifest (pull_request) Successful in 27s
This commit is contained in:
10
.woodpecker/image.yml
Normal file
10
.woodpecker/image.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: "**"
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step; okay"
|
Reference in New Issue
Block a user