Skip to content

Commit 196f23c

Browse files
committed
👷 Skip arm64 build
1 parent 91c2342 commit 196f23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: docker/build-push-action@v6
7777
with:
7878
context: .
79-
platforms: linux/amd64,linux/arm64
79+
platforms: linux/amd64 #,linux/arm64
8080
push: true
8181
tags: ${{ steps.meta.outputs.tags }}
8282
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)