Auto stash 123before merge of "main" and "origin/renovate/gcr.io-kaniko-project-executor-1.24.x"
Some checks failed
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/build Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-13 15:44:12 +02:00
parent 1c50472399
commit 92363eff7a
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
13 changed files with 425 additions and 310 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