Remove arm/v7 from the container build right now, can't be bothered

This commit is contained in:
Ian McEwen
2026-05-31 17:02:39 -07:00
parent e5449be38e
commit ff26f9769d

View File

@@ -69,7 +69,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
context: .
file: ${{ matrix.container }}
push: ${{ github.event_name != 'pull_request' }}