123
This commit is contained in:
parent
7be58a9b5b
commit
93c7a26579
3 changed files with 15 additions and 11 deletions
15
.github/workflows/build.yaml
vendored
Normal file
15
.github/workflows/build.yaml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Lint
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
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
|
10
.github/workflows/lint.yaml
vendored
10
.github/workflows/lint.yaml
vendored
|
@ -33,13 +33,3 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- uses: docker://kokuwaio/shellcheck
|
- 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
|
|
|
@ -6,7 +6,6 @@ when:
|
||||||
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||||
|
|
||||||
depends_on: [build]
|
depends_on: [build]
|
||||||
skip_clone: true
|
|
||||||
matrix:
|
matrix:
|
||||||
PLATFORM: [amd64, arm64]
|
PLATFORM: [amd64, arm64]
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue