You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
513 B

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