buildctl/.woodpecker/test.yaml
Stephan Schnabel aefbc21590
All checks were successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
Initial draft of plugin.
2025-06-12 16:05:05 +02:00

36 lines
903 B
YAML

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