1
This commit is contained in:
parent
cae3115061
commit
7be58a9b5b
2 changed files with 19 additions and 0 deletions
10
.github/workflows/lint.yaml
vendored
10
.github/workflows/lint.yaml
vendored
|
@ -33,3 +33,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: docker://kokuwaio/shellcheck
|
||||
|
||||
buildx:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: docker/setup-qemu-action@main
|
||||
- uses: docker/setup-buildx-action@main
|
||||
- uses: docker/build-push-action@main
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
|
@ -15,6 +15,15 @@ labels:
|
|||
steps:
|
||||
|
||||
pr:
|
||||
image: registry.kokuwa.io/kokuwaio/buildctl:ci-${CI_PIPELINE_NUMBER}
|
||||
pull: true
|
||||
commands:
|
||||
- ls -lA
|
||||
- pwd
|
||||
when:
|
||||
event: pull_request
|
||||
|
||||
pr2:
|
||||
image: registry.kokuwa.io/kokuwaio/buildctl:ci-${CI_PIPELINE_NUMBER}
|
||||
pull: true
|
||||
commands: buildctl --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue