ci: add releaser for simapp (#23922)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
co-authored by
Alex | Interchain Labs
parent
f38f05040c
commit
88eb5f9613
@@ -0,0 +1,46 @@
|
||||
project_name: simd
|
||||
|
||||
version: 2
|
||||
|
||||
release:
|
||||
disable: false
|
||||
name_template: "{{.Env.SIMD_FULL_TAG}}"
|
||||
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy
|
||||
|
||||
builds:
|
||||
- main: ./simd
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
env:
|
||||
- LEDGER_ENABLED=true
|
||||
flags:
|
||||
- -trimpath
|
||||
- -mod=readonly
|
||||
tags:
|
||||
- netgo
|
||||
- ledger
|
||||
ldflags:
|
||||
- '-X github.com/cosmos/cosmos-sdk/version.Name=sim'
|
||||
- '-X github.com/cosmos/cosmos-sdk/version.AppName=simd'
|
||||
- '-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"'
|
||||
- '-w'
|
||||
- '-s'
|
||||
|
||||
archives:
|
||||
- name_template: '{{ replace .Version "simd/" "simd-" }}-{{ .Os }}-{{ .Arch }}'
|
||||
|
||||
checksum:
|
||||
name_template: 'SHA256SUMS-{{ replace .Version "simd/" "simd-" }}.txt'
|
||||
algorithm: sha256
|
||||
|
||||
changelog:
|
||||
disable: true
|
||||
Reference in New Issue
Block a user