Skip to content

Commit 33d8ed5

Browse files
committed
Remove unsuported linux/arm/v7
1 parent 477f292 commit 33d8ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/build-push-action@v6
4040
with:
4141
context: .
42-
platforms: linux/amd64,linux/arm64,linux/arm/v7
42+
platforms: linux/amd64,linux/arm64
4343
push: true
4444
tags: ${{ steps.meta.outputs.tags }}
4545
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)