We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f038b commit 54cd973Copy full SHA for 54cd973
.github/workflows/docker.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Build container image
69
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
70
with:
71
- platforms: ${{ startsWith(github.event.inputs.folderPath, 'client') && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
+ platforms: ${{ (startsWith(github.event.inputs.folderPath, 'client') || startsWith(github.event.inputs.folderPath, 'translations')) && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
72
push: true
73
context: ${{ github.event.inputs.folderPath }}
74
file: '${{ github.event.inputs.folderPath }}/${{ github.event.inputs.dockerFile }}'
0 commit comments