Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into fix/solana_multiple_call
Browse files Browse the repository at this point in the history
  • Loading branch information
sherpalden committed Dec 16, 2024
2 parents 28da7f6 + f76b1da commit e8732d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
build-args: |
- RELAYER_VERSION=${{ github.ref_name }}
RELAYER_VERSION=${{ github.ref_name }}
tags: |
iconcommunity/centralized-relay:latest
iconcommunity/centralized-relay:${{ github.ref_name }}
Expand Down
42 changes: 0 additions & 42 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,6 @@ env:
- CGO_ENABLED=1
- COSIGN_YES=true
builds:
- id: darwin-amd64
main: ./main.go
hooks:
pre:
- wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.LIBWASM_VERSION }}/libwasmvmstatic_darwin.a -P /lib
goos:
- darwin
goarch:
- amd64
env:
- CC=o64-clang
- CGO_LDFLAGS=-L/lib
flags:
- -mod=readonly
- -trimpath
ldflags:
- -s -w -X github.com/icon-project/centralized-relay/relayer.Version={{ .Tag }}
- -linkmode=external
tags:
- static_wasm
- id: darwin-arm64
main: ./main.go
hooks:
pre:
- wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.LIBWASM_VERSION }}/libwasmvmstatic_darwin.a -P /lib
goos:
- darwin
goarch:
- arm64
env:
- CC=oa64-clang
- CGO_LDFLAGS=-L/lib
flags:
- -mod=readonly
- -trimpath
ldflags:
- -s -w -X github.com/icon-project/centralized-relay/relayer.Version={{ .Tag }}
- -linkmode=external
tags:
- static_wasm
- id: linux-amd64
main: ./main.go
hooks:
Expand Down Expand Up @@ -91,8 +51,6 @@ builds:
archives:
- id: golang-cross
builds:
- darwin-amd64
- darwin-arm64
- linux-amd64
- linux-arm64
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit e8732d6

Please sign in to comment.