a
This commit is contained in:
Stephan Schnabel 2025-06-17 23:18:14 +02:00
parent 67a1be76e6
commit c16bfddb0d
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
13 changed files with 364 additions and 369 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