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.

36 lines
644 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. - arm
  19. - arm64
  20. checksum:
  21. name_template: SHA256SUMS-{{.Version}}.txt
  22. algorithm: sha256
  23. release:
  24. name_template: "{{.Version}} (WARNING: BETA SOFTWARE)"
  25. archives:
  26. - files:
  27. - LICENSE
  28. - README.md
  29. - UPGRADING.md
  30. - SECURITY.md
  31. - CHANGELOG.md