We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207dcdb commit 3a23122Copy full SHA for 3a23122
1 file changed
.goreleaser.yml
@@ -10,16 +10,17 @@ builds:
10
goarch:
11
- amd64
12
- arm64
13
+ main: ./cmd/main.go
14
ldflags:
15
- -s -w -X main.version={{.Version}}
16
binary: lx
17
18
archives:
- - format: tar.gz
19
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
+ - name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
20
+ formats: ["tar.gz"]
21
format_overrides:
22
- goos: windows
- format: zip
23
+ formats: ["zip"]
24
25
checksum:
26
name_template: "checksums.txt"
0 commit comments