We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c4759 commit 4543fe2Copy full SHA for 4543fe2
1 file changed
.github/workflows/release.yml
@@ -22,12 +22,12 @@ jobs:
22
- goos: linux
23
goarch: amd64
24
asset_suffix: linux-amd64
25
- - goos: linux
26
- goarch: arm64
27
- asset_suffix: linux-arm64
28
- - goos: darwin # macOS
29
- goarch: amd64
30
- asset_suffix: darwin-amd64
+# - goos: linux
+# goarch: arm64
+# asset_suffix: linux-arm64
+# - goos: darwin # macOS
+# goarch: amd64
+# asset_suffix: darwin-amd64
31
- goos: darwin # macOS
32
goarch: arm64
33
asset_suffix: darwin-arm64
0 commit comments