Skip to content

Commit 282550e

Browse files
authored
fix: Build windows binary (#314)
Build windows binary
1 parent 6a47048 commit 282550e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ builds:
22
- id: ldcli
33
binary: ldcli
44
goos:
5-
- linux
65
- darwin
6+
- linux
7+
- windows
78
goarch:
9+
- 386
810
- amd64
911
- arm64
1012
env:

0 commit comments

Comments
 (0)