Stuff and things

This commit is contained in:
Joakim Hellsén 2025-09-20 22:01:36 +02:00
commit e20f940eaf
6 changed files with 299 additions and 335 deletions

View file

@ -23,16 +23,6 @@ jobs:
# Download the latest commit from the master branch
- uses: actions/checkout@v4
# Set up QEMU
- id: qemu
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master
platforms: linux/amd64,linux/arm64
# Set up Buildx so we can build multi-arch images
- uses: docker/setup-buildx-action@v3
# Install the latest version of ruff
- uses: astral-sh/ruff-action@v3
with:
@ -60,7 +50,6 @@ jobs:
- uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}