Skip to content

Commit 47910e2

Browse files
authored
Merge pull request #7 from utopia-php/fix-release-cicd
Fix: CI/CD release
2 parents d13d7cf + 6d7d7dd commit 47910e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
build-args: |
3737
UTOPIA_DATA_API_VERSION=${{ env.TAG }}
38-
platforms: linux/amd64
38+
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
3939
context: .
4040
push: true
4141
tags: ${{ env.IMAGE_NAME }}:latest,${{ env.IMAGE_NAME }}:${{ env.TAG }}

0 commit comments

Comments
 (0)