Skip to content

Commit

Permalink
amd64 works
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Oct 11, 2024
1 parent 5362ba3 commit 08d4291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ builds:
- GO111MODULE=on
- CGO_ENABLED=1
- CC=oa64-clang
- CGO_LDFLAGS=-L/lib
- CGO_LDFLAGS=-L/lib -Wl,-rpath,/lib
ldflags:
- -X github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger,static_wasm
- -w -s
- -linkmode=external
flags:
Expand All @@ -46,8 +47,7 @@ builds:
tags:
- netgo
- ledger
- muslc
- osusergo
- static_wasm

archives:
- id: zipped
Expand Down

0 comments on commit 08d4291

Please sign in to comment.