We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df31d5 commit 77ac649Copy full SHA for 77ac649
1 file changed
.github/workflows/storage-advisor-release.yaml
@@ -13,8 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- # build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
17
- goos: [linux, windows, darwin]
+ goos: [linux, darwin]
18
goarch: [amd64, arm64]
19
exclude:
20
- goarch: arm64
0 commit comments