We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc0c9c commit 29f48ceCopy full SHA for 29f48ce
1 file changed
.github/workflows/publish.yaml
@@ -43,5 +43,6 @@ jobs:
43
with:
44
dockerImage: "exoplatform/chat-server"
45
dockerImageTag: ${{ needs.parse-docker-build-env.outputs.buildTags }}
46
+ platforms: "linux/arm64,linux/amd64"
47
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
48
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments