We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e864742 commit 43bec3bCopy full SHA for 43bec3b
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
matrix:
55
# build and publish in parallel: linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
56
- goos: [darwin, linux]
+ goos: [darwin]
57
goarch: [amd64, arm64]
58
steps:
59
- uses: actions/checkout@v4
0 commit comments