2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/.goreleaser.yml
2019-11-17 23:09:08 -08:00

11 lines
195 B
YAML

builds:
- binary: cointop
goos:
- windows
- darwin
- linux
goarch:
- amd64
ldflags:
- -X github.com/miguelmota/cointop/cointop.version={{.Env.VERSION}}