We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0886ca2 commit 4ec2a58Copy full SHA for 4ec2a58
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
goos: [linux, windows, darwin]
17
- goarch: ["386", amd64]
+ goarch: ["386", amd64, arm, arm64]
18
exclude:
19
# windows/arm64 , darwin/arm sand darwin/386 seems useless
20
- goarch: "386"
0 commit comments