Skip to content

Commit 29f48ce

Browse files
authored
Add multi-platform support (arm64/amd64) (#18)
1 parent 7bc0c9c commit 29f48ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ jobs:
4343
with:
4444
dockerImage: "exoplatform/chat-server"
4545
dockerImageTag: ${{ needs.parse-docker-build-env.outputs.buildTags }}
46+
platforms: "linux/arm64,linux/amd64"
4647
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
4748
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)