We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74cece commit c3f05b3Copy full SHA for c3f05b3
.gitignore
@@ -2,3 +2,5 @@ random_data_load*
2
vendor/
3
bin/*
4
dist/*
5
+
6
+dist/
.goreleaser.yml
@@ -10,12 +10,12 @@ builds:
10
- env:
11
- CGO_ENABLED=0
12
archives:
13
-- replacements:
14
- darwin: Darwin
15
- linux: Linux
16
- windows: Windows
17
- 386: i386
18
- amd64: x86_64
+- name_template: >-
+ {{ .ProjectName }}_
+ {{- title .Os }}_
+ {{- if eq .Arch "amd64" }}x86_64
+ {{- else if eq .Arch "386" }}i386
+ {{- else }}{{ .Arch }}{{ end }}
19
checksum:
20
name_template: 'checksums.txt'
21
snapshot:
0 commit comments