Skip to content

Commit 04262d0

Browse files
author
Mariano Gappa
committed
Adds goreleaser
1 parent fe053e0 commit 04262d0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.goreleaser.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
project_name: sql
2+
release:
3+
github:
4+
owner: marianogappa
5+
name: sql
6+
brew:
7+
install: bin.install "sql"
8+
builds:
9+
- goos:
10+
- linux
11+
- darwin
12+
- windows
13+
goarch:
14+
- amd64
15+
main: .
16+
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
17+
env:
18+
- CGO_ENABLED=0

0 commit comments

Comments
 (0)