gaper/.goreleaser.yml

12 lines
168 B
YAML
Raw Normal View History

2018-06-20 22:48:36 -05:00
builds:
- main: ./cmd/gaper/main.go
2018-06-20 22:48:36 -05:00
binary: gaper
goos:
- windows
- darwin
- linux
goarch:
- amd64
env:
- CGO_ENABLED=0