Skip to content

Commit 9a45290

Browse files
committed
Add goreleaser config.
1 parent 41e09f8 commit 9a45290

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.goreleaser.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 1
3+
4+
builds:
5+
- env:
6+
- CGO_ENABLED=0
7+
goos:
8+
- linux
9+
10+
archives:
11+
- format: binary
12+
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
13+
14+
checksum:
15+
name_template: "{{ .ProjectName }}-checksums.txt"

0 commit comments

Comments
 (0)