Skip to content

Commit d8dabcc

Browse files
committed
update goreleaser config file
1 parent d8015ad commit d8dabcc

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.goreleaser.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
before:
22
hooks:
33
builds:
4-
- env:
5-
- CGO_ENABLED=0
4+
-
5+
main: ./rb.go
6+
binary: rb
7+
env:
8+
- CGO_ENABLED=0
9+
goos:
10+
- freebsd
11+
- linux
12+
- darwin
13+
- windows
14+
goarch:
15+
- amd64
16+
- 386
17+
ignore:
18+
- goos: darwin
19+
goarch: 386
620
archives:
721
- replacements:
822
darwin: Darwin

0 commit comments

Comments
 (0)