2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/.goreleaser.yml
2020-08-02 20:04:00 -07:00

10 lines
179 B
YAML

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