Skip to content

Commit dbdc817

Browse files
committed
Add release workflow use arm64
1 parent 4425411 commit dbdc817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_gleaner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# build and publish in parallel: linux/amd64
1414
goos: [linux, windows, darwin]
15-
goarch: [amd64,arm]
15+
goarch: [amd64,arm64]
1616
# goos: [linux]
1717
# goarch: [amd64]
1818
exclude:

0 commit comments

Comments
 (0)