diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1af5647..826cced 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 \ No newline at end of file diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 73201a0..8d7000a 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -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