Skip to content

Commit 2068756

Browse files
authored
ci: also publish an arm64 image (#13)
1 parent d59ffaf commit 2068756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
6262
with:
6363
context: .
64+
platforms: linux/amd64,linux/arm64
6465
push: true
6566
tags: ${{ steps.meta.outputs.tags }}
6667
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)