Skip to content

Commit b47a41e

Browse files
committed
Configure goreleaser
1 parent 5d17446 commit b47a41e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.goreleaser.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before:
77
# you may remove this if you don't need go generate
88
# - go generate ./...
99
builds:
10-
- id: "accord-server"
10+
- id: "server"
1111
binary: "accord-server"
1212
main: "./cmd/accord-server/main.go"
1313
goos:
@@ -18,12 +18,7 @@ builds:
1818
env:
1919
- CGO_ENABLED=0
2020
archives:
21-
- replacements:
22-
darwin: Darwin
23-
linux: Linux
24-
windows: Windows
25-
386: i386
26-
amd64: x86_64
21+
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2722
checksum:
2823
name_template: 'checksums.txt'
2924
snapshot:

0 commit comments

Comments
 (0)