Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Mar 29, 2024
1 parent 60dce20 commit 92a6685
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ builds:
output: true # enable for debug
env:
- TARGET={{ .Target }}
- cmd: go mod tidy
goos:
- linux
goarch:
- amd64
- arm64
# - arm64
env:
- CC_linux_amd64=x86_64-linux-gnu-gcc
- CC_linux_arm64=aarch64-linux-gnu-gcc
# - CC_linux_arm64=aarch64-linux-gnu-gcc
- 'CC={{ index .Env (print "CC_" .Os "_" .Arch) }}'
flags:
- -mod=readonly
Expand All @@ -32,10 +33,10 @@ builds:
- -X github.com/cosmos/cosmos-sdk/version.AppName=centaurid
- -X github.com/cosmos/cosmos-sdk/version.Version={{ .Version }}
- -X github.com/cosmos/cosmos-sdk/version.Commit={{ .Commit }}
- -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger,muslc"
- -X github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger,muslc
- -w -s
# - -linkmode=external
# - -extldflags '-static -lm -lbz2'
- -extldflags '-static -lm -lbz2'
tags:
- netgo
- ledger
Expand Down

0 comments on commit 92a6685

Please sign in to comment.