buildctl/.woodpecker/test.yaml
2025-06-06 21:53:23 +02:00

29 lines
610 B
YAML

when:
instance: ci.kokuwa.io
repo: woodpecker/buildctl
event: push
branch: main
path: [.woodpecker/build.yaml, .woodpecker/push.yaml, .woodpecker/test.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
depends_on: [push]
matrix:
PLATFORM: [amd64, arm64]
labels:
platform: linux/${PLATFORM}
steps:
kokuwa.io:
image: kokuwa.io/buildctl
pull: true
commands: buildctl --version
docker.io:
image: docker.io/kokuwaio/buildctl
pull: true
commands: buildctl --version
ghcr.io:
image: ghcr.io/kokuwaio/buildctl
pull: true
commands: buildctl --version