Skip to content

Commit 055d889

Browse files
author
R0n0066
committed
feature (add): project name to goreleaser
1 parent fc808cc commit 055d889

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.goreleaser.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Build customization
2+
project_name: cmf
3+
builds:
4+
- binary: cmf
5+
goos:
6+
- windows
7+
- darwin
8+
- linux
9+
goarch:
10+
- amd64

0 commit comments

Comments
 (0)