We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a031990 commit f591fc3Copy full SHA for f591fc3
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- goos: [linux, darwin]
+ goos: [linux, darwin, windows]
17
goarch: ["386", amd64, arm64]
18
exclude:
19
- goarch: "386"
@@ -28,6 +28,6 @@ jobs:
28
goos: ${{ matrix.goos }}
29
goarch: ${{ matrix.goarch }}
30
goversion: "https://dl.google.com/go/go1.21.6.linux-amd64.tar.gz"
31
- build_command: make build-release
+ # build_command: make build-release
32
binary_name: clai-release
33
compress_assets: Off
0 commit comments