Skip to content

Commit 3f5dee7

Browse files
committed
Update docker-publish.yml
1 parent 4e549d2 commit 3f5dee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: docker/build-push-action@v4
6464
with:
6565
context: .
66-
platforms: linux/arm64,linux/arm32/v7
66+
platforms: linux/arm64,linux/arm/v7
6767
push: ${{ github.event_name != 'pull_request' }}
6868
tags: ${{ steps.meta.outputs.tags }}
6969
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)