Skip to content

Commit

Permalink
update goreleaser config file
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnest committed Aug 1, 2019
1 parent d8015ad commit d8dabcc
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
before:
hooks:
builds:
- env:
- CGO_ENABLED=0
-
main: ./rb.go
binary: rb
env:
- CGO_ENABLED=0
goos:
- freebsd
- linux
- darwin
- windows
goarch:
- amd64
- 386
ignore:
- goos: darwin
goarch: 386
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit d8dabcc

Please sign in to comment.