1 parent 1f66f29 commit 47263acCopy full SHA for 47263ac
1 file changed
.goreleaser.yml
@@ -13,17 +13,24 @@ builds:
13
- linux
14
- windows
15
- darwin
16
+ goarch:
17
+ - amd64
18
+ - arm64
19
+ mod_timestamp: '{{ .CommitTimestamp }}'
20
archives:
- - replacements:
- darwin: Darwin
- linux: Linux
- windows: Windows
21
- 386: i386
22
- amd64: x86_64
+ - format_overrides:
+ - goos: windows
23
+ format: zip
24
+ name_template: >-
25
+ {{ .ProjectName }}_
26
+ {{- title .Os }}_
27
+ {{- if eq .Arch "amd64" }}x86_64
28
+ {{- else if eq .Arch "386" }}i386
29
+ {{- else }}{{ .Arch }}{{ end }}
30
checksum:
31
name_template: 'checksums.txt'
32
snapshot:
- name_template: "{{ .Tag }}-next"
33
+ name_template: "{{ incpatch .Version }}-next"
34
changelog:
35
sort: asc
36
filters:
0 commit comments