1
Some checks failed
ci/woodpecker/push/dockerhub Pipeline failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test/2 unknown status
ci/woodpecker/push/test/1 unknown status
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-06 21:55:12 +02:00
parent f9eff77790
commit 01b16c2e42
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
12 changed files with 209 additions and 132 deletions

View file

@ -1,11 +1,12 @@
when:
instance: ci.kokuwa.io
repo: woodpecker/buildctl
event: push
event: [manual, push, pull_request]
branch: main
path: [.woodpecker/build.yaml, .woodpecker/push.yaml, .woodpecker/test.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
depends_on: [push]
depends_on: [build]
skip_clone: true
matrix:
PLATFORM: [amd64, arm64]
labels:
@ -13,17 +14,25 @@ labels:
steps:
kokuwa.io:
pr:
image: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER
pull: true
commands: buildctl --version
when:
event: pull_request
kokuwa.io: &version
image: kokuwa.io/buildctl
pull: true
commands: buildctl --version
when:
event: [manual, push]
branch: main
docker.io:
image: docker.io/kokuwaio/buildctl
pull: true
commands: buildctl --version
<<: *version
ghcr.io:
image: ghcr.io/kokuwaio/buildctl
pull: true
commands: buildctl --version
<<: *version