Skip to content

Commit ba9f472

Browse files
committed
fix: arm64 is not needed
1 parent 7f39cce commit ba9f472

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
@@ -75,7 +75,7 @@ jobs:
7575
uses: docker/build-push-action@v5
7676
with:
7777
context: .
78-
platforms: linux/amd64,linux/arm64
78+
platforms: linux/amd64 #,linux/arm64
7979
push: true
8080
tags: ${{ steps.meta.outputs.tags }}
8181
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)