Skip to content

Commit 78dc770

Browse files
committed
ci: fix docker arm images (#970)
1 parent 47464d1 commit 78dc770

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
4848
with:
4949
context: .
50+
platforms: linux/amd64,linux/arm64
5051
push: true
5152
tags: ${{ steps.meta.outputs.tags }}
5253
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)