Skip to content

Commit 59e96c6

Browse files
committed
update
1 parent 56ec814 commit 59e96c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ before:
1717

1818
builds:
1919
- env:
20-
- CGO_ENABLED=0
20+
- CGO_ENABLED=1
2121
goos:
2222
- linux
23-
- windows
24-
- darwin
23+
# - windows
24+
# - darwin
25+
goarch:
26+
- amd64
2527

2628
archives:
2729
- format: tar.gz
@@ -37,4 +39,3 @@ archives:
3739
format_overrides:
3840
- goos: windows
3941
format: zip
40-

0 commit comments

Comments
 (0)