We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make install /bin/sh: 1: go: Exec format error CGO_ENABLED="1" go install -tags "netgo ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=evmos -X github.com/cosmos/cosmos-sdk/version.AppName=evmosd -X github.com/cosmos/cosmos-sdk/version.Version=1.0.0-testnet -X github.com/cosmos/cosmos-sdk/version.Commit=b52c268d6a66949195bc89e2e2f6b755c4d0dd3b -X github.com/cometbft/cometbft/version.TMCoreSemVer= -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger" -w -s' -trimpath ./... /bin/sh: 1: go: Exec format error make: *** [Makefile:143: install] Error 126
The text was updated successfully, but these errors were encountered:
No branches or pull requests
make install
/bin/sh: 1: go: Exec format error
CGO_ENABLED="1" go install -tags "netgo ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=evmos -X github.com/cosmos/cosmos-sdk/version.AppName=evmosd -X github.com/cosmos/cosmos-sdk/version.Version=1.0.0-testnet -X github.com/cosmos/cosmos-sdk/version.Commit=b52c268d6a66949195bc89e2e2f6b755c4d0dd3b -X github.com/cometbft/cometbft/version.TMCoreSemVer= -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger" -w -s' -trimpath ./...
/bin/sh: 1: go: Exec format error
make: *** [Makefile:143: install] Error 126
The text was updated successfully, but these errors were encountered: