Files
teufa/.woodpecker/image.yml
Brian Rosner fae6dd9868
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
support woodpecker ci
2025-07-06 16:53:57 -06:00

11 lines
170 B
YAML

when:
- event: push
branch: "**"
labels:
platform: linux/amd64
steps:
- name: build
image: debian
commands:
- echo "This is the build step; okay"