Skip to content

Commit 49fc84e

Browse files
chore: remove arm64 arch
1 parent ae07f8c commit 49fc84e

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
@@ -40,7 +40,7 @@ jobs:
4040
push: ${{ github.event_name != 'pull_request' }}
4141
tags: ${{ steps.meta.outputs.tags }}
4242
labels: ${{ steps.meta.outputs.labels }}
43-
platforms: linux/amd64,linux/arm64
43+
platforms: linux/amd64
4444
cache-from: type=gha
4545
cache-to: type=gha,mode=max
4646
build-args: |

0 commit comments

Comments
 (0)