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

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

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