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 3615f41 commit bbfbe71Copy full SHA for bbfbe71
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
12
goos: [linux, windows, darwin]
13
- goarch: amd64
+ goarch: [amd64]
14
# goarch: ['386', amd64]
15
# exclude:
16
# - goarch: '386'
0 commit comments