Skip to content

Commit

Permalink
Problem: goreleaser doesn't release binaries for testnet
Browse files Browse the repository at this point in the history
Solution: added the needed flag
  • Loading branch information
tomtau committed Oct 14, 2020
1 parent 2f8f2a6 commit ef9cdd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ builds:
- windows
goarch:
- amd64
flags:
- -tags=testnet
ldflags:
- -s -w -X github.com/cosmos/cosmos-sdk/version.Name=crypto-com-chain -X github.com/cosmos/cosmos-sdk/version.ServerName=chain-maind -X github.com/cosmos/cosmos-sdk/version.ClientName=chain-maincli -X github.com/cosmos/cosmos-sdk/version.Version={{.Version}} -X github.com/cosmos/cosmos-sdk/version.Commit={{.Commit}}

Expand Down

0 comments on commit ef9cdd2

Please sign in to comment.