Skip to content

Commit ff26f97

Browse files
committed
Remove arm/v7 from the container build right now, can't be bothered
1 parent e5449be commit ff26f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Build and push
7070
uses: docker/build-push-action@v6
7171
with:
72-
platforms: linux/amd64,linux/arm64,linux/arm/v7
72+
platforms: linux/amd64,linux/arm64
7373
context: .
7474
file: ${{ matrix.container }}
7575
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)