1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/.goreleaser.yml
2019-07-10 10:01:15 -07:00

20 lines
237 B
YAML

env:
- GO111MODULE=on
- GOPROXY="https://gocenter.io"
before:
hooks:
- make install
builds:
- binary: wtfutil
goos:
- darwin
- linux
goarch:
- 386
- amd64
archive:
wrap_in_directory: true