Skip to content

Commit 371d048

Browse files
committed
removing darwin arm64 releaser
1 parent b9f54ce commit 371d048

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,6 @@ builds:
3333
- ledger
3434
- static_wasm
3535
- pebbledb
36-
- id: elysd-darwin-arm64
37-
main: ./cmd/elysd/main.go
38-
binary: elysd
39-
hooks:
40-
pre:
41-
- wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.COSMWASM_VERSION }}/libwasmvmstatic_darwin.a -O /lib/libwasmvmstatic_darwin.a
42-
env:
43-
- CC=oa64-clang
44-
- CGO_LDFLAGS=-L/lib
45-
goos:
46-
- darwin
47-
goarch:
48-
- arm64
49-
flags:
50-
- -mod=readonly
51-
- -trimpath
52-
ldflags:
53-
- -X github.com/cosmos/cosmos-sdk/version.Name=elys
54-
- -X github.com/cosmos/cosmos-sdk/version.AppName=elysd
55-
- -X github.com/cosmos/cosmos-sdk/version.Version=v{{ .Version }}
56-
- -X github.com/cosmos/cosmos-sdk/version.Commit={{ .Commit }}
57-
- -X github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger,static_wasm,pebbledb
58-
- -w -s
59-
- -linkmode=external
60-
tags:
61-
- netgo
62-
- ledger
63-
- static_wasm
64-
- pebbledb
6536
- id: elysd-linux-amd64
6637
main: ./cmd/elysd
6738
binary: elysd

0 commit comments

Comments
 (0)