Skip to content

Commit 5c64b2f

Browse files
authored
don't build arm package
1 parent 79793d6 commit 5c64b2f

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
@@ -78,7 +78,7 @@ jobs:
7878
context: .
7979
pull: true
8080
push: ${{ github.ref_name == 'main' }}
81-
platforms: linux/amd64,linux/arm64/v8
81+
platforms: linux/amd64
8282
tags: ${{ steps.meta.outputs.tags }}
8383
labels: ${{ steps.meta.outputs.labels }}
8484
build-args: |

0 commit comments

Comments
 (0)