Skip to content

Commit cb79f72

Browse files
add armv7
1 parent 235fa63 commit cb79f72

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
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
context: .
104104
file: ${{ matrix.dockerfile }}
105-
platforms: linux/amd64,linux/arm64
105+
platforms: linux/amd64,linux/arm64,linux/arm/v7
106106
push: ${{ github.event_name != 'pull_request' }}
107107
tags: ${{ steps.meta.outputs.tags }}
108108
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)