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

10 lines
179 B
YAML
Raw Normal View History

2018-05-21 07:06:04 +00:00
builds:
- binary: cointop
goos:
- darwin
- linux
goarch:
- amd64
2019-11-18 06:06:38 +00:00
ldflags:
2021-09-30 21:19:37 +00:00
- -X github.com/cointop-sh/cointop/cointop.version={{.Env.VERSION}}