We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4425411 commit dbdc817Copy full SHA for dbdc817
.github/workflows/release_gleaner.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
# build and publish in parallel: linux/amd64
14
goos: [linux, windows, darwin]
15
- goarch: [amd64,arm]
+ goarch: [amd64,arm64]
16
# goos: [linux]
17
# goarch: [amd64]
18
exclude:
0 commit comments