Skip to content

Commit 91c0519

Browse files
authored
Update build.yaml
Will only build amd64 for smaller build size.
1 parent c7dfd3c commit 91c0519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
working-directory: ./app
2020
run: |
2121
docker buildx build \
22-
--platform linux/amd64,linux/arm64 \
22+
--platform linux/amd64 \
2323
.

0 commit comments

Comments
 (0)