Skip to content

Commit 47dbeb6

Browse files
committed
Remove ARM64 for now
1 parent e0c4fbf commit 47dbeb6

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
goos: [linux, darwin]
14-
goarch: [amd64, arm64]
14+
goarch: [amd64]
1515
steps:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)