Skip to content

Commit 0c517b7

Browse files
committed
only build amd64 for now
1 parent 4a7242d commit 0c517b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and push
4444
uses: docker/build-push-action@v6
4545
with:
46-
platforms: linux/amd64,linux/arm64
46+
platforms: linux/amd64
4747
push: ${{ github.event_name != 'pull_request' }}
4848
tags: ${{ steps.meta.outputs.tags }}
4949
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)