https://github.com/decred/release
https://github.com/decred/release
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decred/release
- Owner: decred
- License: other
- Created: 2020-04-30T13:40:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T00:00:08.000Z (over 1 year ago)
- Last Synced: 2025-02-28T08:43:51.401Z (over 1 year ago)
- Language: Go
- Size: 1.16 MB
- Stars: 4
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This release tool cross-compiles reproducible executables and release archives
(.tar.gz or .zip depending on platform) for Decred releases.
Usage:
```
$ go run .
```
Executables will be written to a `bin` directory and archived or copied into the
`dist` directory. SHA256 hashes of all files for a distribution are written to
a manifest file, also found in the `dist` directory for each distribution.
The build must be performed from within the Git repository, and it is not
recommended to install the release builder using `go install`.