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

This commit is contained in:
2025-07-06 16:53:57 -06:00
parent b567d34f1c
commit fae6dd9868

10
.woodpecker/image.yml Normal file
View 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"