1
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline failed
ci/woodpecker/pr/test/2 Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-18 22:38:57 +02:00
parent e1ebdb3eb6
commit 40bdd6eca6
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
12 changed files with 366 additions and 306 deletions

15
.github/workflows/build.yaml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Build
on: push
jobs:
buildx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: docker/setup-qemu-action@master
- uses: docker/setup-buildx-action@master
- uses: docker/build-push-action@master
with:
platforms: linux/amd64,linux/arm64