Skip to content

Commit 486a1f2

Browse files
committed
removed armv7 build.
1 parent 840efdc commit 486a1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
context: .
4444
file: ./Dockerfile
4545
push: true
46-
platforms: linux/amd64,linux/arm64,linux/arm/v7
46+
platforms: linux/amd64,linux/arm64
4747
tags: ${{ steps.meta.outputs.tags }}
4848
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)