Skip to content

Commit

Permalink
Merge pull request #164 from aura-nw/dev
Browse files Browse the repository at this point in the history
fix ldflags
  • Loading branch information
kienvc authored Nov 12, 2023
2 parents 6ffc9d2 + ce8d097 commit e0cf31e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ builds:
- -s -w
- -X github.com/cosmos/cosmos-sdk/version.Name=aura
- -X github.com/cosmos/cosmos-sdk/version.AppName=aurad
- -X github.com/cosmos/cosmos-sdk/version.Version=$(.Env.VERSION)
- -X github.com/cosmos/cosmos-sdk/version.Commit=$(.Env.COMMIT)
- -X github.com/cometbft/cometbft/version.TMCoreSemVer=$(.Env.BFT_VERSION)
- -X github.com/cosmos/cosmos-sdk/version.BuildTags=$(.Env.BUILD_TAGS_COMMA_SEP)
- -X github.com/cosmos/cosmos-sdk/version.Version={{ .Env.VERSION }}
- -X github.com/cosmos/cosmos-sdk/version.Commit={{ .Env.COMMIT }}
- -X github.com/cometbft/cometbft/version.TMCoreSemVer={{ .Env.BFT_VERSION }}
- -X github.com/cosmos/cosmos-sdk/version.BuildTags={{ .Env.BUILD_TAGS_COMMA_SEP }}
- -linkmode=external
- -extldflags '-Wl,-z,muldefs --static -lm'
tags:
Expand Down

0 comments on commit e0cf31e

Please sign in to comment.