Skip to content

Commit 268e86b

Browse files
committed
Docker release: add linux/arm64
1 parent c631810 commit 268e86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ jobs:
125125
uses: docker/build-push-action@v3
126126
with:
127127
context: .
128-
platforms: linux/amd64
128+
platforms: linux/amd64,linux/arm64
129129
push: true
130130
tags: ${{ env.TAGS }}

0 commit comments

Comments
 (0)