Skip to content

Commit

Permalink
remove muslc
Browse files Browse the repository at this point in the history
  • Loading branch information
liam.lai committed Nov 9, 2024
1 parent 608653c commit fa30bb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ builds:
- id: babylond-linux-amd64
main: ./cmd/babylond/main.go
binary: babylond
hooks:
pre:
- sudo wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.COSMWASM_VERSION }}/libwasmvm.x86_64.so -O /lib/libwasmvm_muslc.x86_64.so
#hooks:
# pre:
# - sudo wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.COSMWASM_VERSION }}/libwasmvm.x86_64.so -O /lib/libwasmvm_muslc.x86_64.so
goos:
- linux
goarch:
Expand All @@ -23,14 +23,14 @@ builds:
- -X github.com/cosmos/cosmos-sdk/version.AppName=babylond
- -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,osusergo
- -X github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger
- -w -s
- -linkmode=external
tags:
- netgo
- ledger
# - muslc
- osusergo
# - osusergo

archives:
- id: zipped
Expand Down

0 comments on commit fa30bb2

Please sign in to comment.