diff --git a/.github/workflows/publish-matrix-invite.yml b/.github/workflows/publish-matrix-invite.yml index 045ed23b..6edcaf89 100644 --- a/.github/workflows/publish-matrix-invite.yml +++ b/.github/workflows/publish-matrix-invite.yml @@ -27,6 +27,7 @@ jobs: name: linagora/matrix-invite username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_PASSWORD }} + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 workdir: "${{ github.workspace }}/packages/matrix-invite" context: . buildoptions: "-t linagora/matrix-invite -f Dockerfile" diff --git a/.github/workflows/publish-tom-federated-identity-service.yml b/.github/workflows/publish-tom-federated-identity-service.yml index b18c282a..441d2196 100644 --- a/.github/workflows/publish-tom-federated-identity-service.yml +++ b/.github/workflows/publish-tom-federated-identity-service.yml @@ -27,6 +27,7 @@ jobs: name: linagora/tom-federated-identity-service username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_PASSWORD }} + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 workdir: "${{ github.workspace }}" context: . buildoptions: "-t linagora/tom-federated-identity-service -f packages/federated-identity-service/Dockerfile" diff --git a/.github/workflows/publish-tom-server.yml b/.github/workflows/publish-tom-server.yml index 875f483f..b0730f29 100644 --- a/.github/workflows/publish-tom-server.yml +++ b/.github/workflows/publish-tom-server.yml @@ -27,7 +27,8 @@ jobs: name: linagora/tom-server username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_PASSWORD }} + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 workdir: "${{ github.workspace }}" context: . buildoptions: "-t linagora/tom-server -f Dockerfile" - tags: "latest,${{ steps.date.outputs.date }}" \ No newline at end of file + tags: "latest,${{ steps.date.outputs.date }}"