We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b155425 commit 9816142Copy full SHA for 9816142
1 file changed
.goreleaser.yml
@@ -13,18 +13,27 @@ builds:
13
goos:
14
- linux
15
- darwin
16
- - windows
17
goarch:
18
- amd64
19
- arm64
20
- ignore:
21
- - goos: windows
22
- goarch: arm64
+
+ - id: ragcli-windows
+ main: ./cmd/ragcli
+ binary: ragcli
23
+ ldflags:
24
+ - -X main.version={{ .Version }}
25
+ env:
26
+ - CGO_ENABLED=0
27
+ goos:
28
+ - windows
29
+ goarch:
30
+ - amd64
31
32
archives:
33
- id: default
34
builds:
35
- ragcli
36
+ - ragcli-windows
37
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
38
formats:
39
- tar.gz
0 commit comments