Skip to content

Commit f591fc3

Browse files
author
Ivo van der Wijk
committed
windows attempt
1 parent a031990 commit f591fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
goos: [linux, darwin]
16+
goos: [linux, darwin, windows]
1717
goarch: ["386", amd64, arm64]
1818
exclude:
1919
- goarch: "386"
@@ -28,6 +28,6 @@ jobs:
2828
goos: ${{ matrix.goos }}
2929
goarch: ${{ matrix.goarch }}
3030
goversion: "https://dl.google.com/go/go1.21.6.linux-amd64.tar.gz"
31-
build_command: make build-release
31+
# build_command: make build-release
3232
binary_name: clai-release
3333
compress_assets: Off

0 commit comments

Comments
 (0)