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 90e6218 commit cf018b9Copy full SHA for cf018b9
.github/workflows/release.yaml
@@ -17,6 +17,8 @@ jobs:
17
goos: [linux, windows, darwin]
18
goarch: ["386", amd64, arm64]
19
exclude:
20
+ - goarch: "386"
21
+ goos: linux
22
- goarch: "386"
23
goos: darwin
24
- goarch: arm64
0 commit comments