We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47464d1 commit 78dc770Copy full SHA for 78dc770
1 file changed
.github/workflows/publish-server.yml
@@ -47,6 +47,7 @@ jobs:
47
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
48
with:
49
context: .
50
+ platforms: linux/amd64,linux/arm64
51
push: true
52
tags: ${{ steps.meta.outputs.tags }}
53
labels: ${{ steps.meta.outputs.labels }}
0 commit comments