Skip to content

Commit ad6c238

Browse files
authored
Merge pull request #5 from appwrite/fix-deploy
remove arm build
2 parents 9721758 + 3e5de1c commit ad6c238

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
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/build-push-action@v4
4343
with:
4444
context: .
45-
platforms: linux/amd64,linux/arm64
45+
platforms: linux/amd64
4646
push: true
4747
tags: ${{ steps.meta.outputs.tags }}
4848
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)