Skip to content

Commit 60c9c23

Browse files
authored
Merge pull request #11 from shivasurya/u/shiva/release
Remove ARM64 for now
2 parents cb3fd82 + 47dbeb6 commit 60c9c23

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)