Skip to content

Commit 5acd0b8

Browse files
committed
add missing archs
1 parent 62cc9ca commit 5acd0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: docker/build-push-action@v2
7979
with:
8080
context: .
81-
platforms: linux/amd64
81+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8
8282
push: ${{ github.event_name != 'pull_request' }}
8383
tags: ${{ steps.meta.outputs.tags }}
8484
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)