Skip to content

Commit 6965335

Browse files
authored
Update docker-publish.yml
1 parent 9ac9d3e commit 6965335

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
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v3
5454
with:
5555
context: .
56-
platforms: linux/amd64, linux/arm/v6, linux/arm64/v8
56+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8
5757
push: ${{ github.event_name != 'pull_request' }}
5858
tags: ${{ steps.meta.outputs.tags }}
5959
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)