github.com/evdatsion/aphelion-dpos-bft@v0.32.1/.goreleaser.yml (about)

     1  project_name: Tendermint
     2  
     3  env:
     4    # Require use of Go modules.
     5    - GO111MODULE=on
     6  
     7  builds:
     8    - id: "Tendermint"
     9      main: ./cmd/tendermint/main.go
    10      ldflags:
    11       - -s -w -X github.com/evdatsion/aphelion-dpos-bft/version.TMCoreSemVer={{ .Version }}
    12      env:
    13        - CGO_ENABLED=0
    14      goos:
    15        - darwin
    16        - linux
    17        - windows
    18      goarch:
    19        - amd64
    20        - arm64
    21  
    22  checksum:
    23    name_template: SHA256SUMS-{{.Version}}.txt
    24    algorithm: sha256
    25  
    26  release:
    27    name_template: "{{.Version}} (WARNING: BETA SOFTWARE)"