Greg Szabo
|
0430ebf95c
|
Makefile changes for cross-building and standardized builds using gox
|
2018-01-03 14:58:23 -05:00 |
|
Anton Kaliaev
|
c611cc7268
|
remove quotes from tendermint version
before:
0.14.0-'88f5f21d'
after:
0.14.0-88f5f21d
Fixes #1023
|
2017-12-28 09:02:25 -06:00 |
|
Anton Kaliaev
|
f30ce8b210
|
remove GitDescribe - no such variable defined in version package
- add "-w -s" flags to reduce binary size (they remove debug info)
|
2017-12-04 18:19:11 -06:00 |
|
Ethan Buchman
|
84fea82043
|
dist: dont mkdir in container
|
2017-06-02 23:20:02 -04:00 |
|
Anton Kaliaev
|
f849e2c414
|
copy instead of move (Fixes #385)
```
mv: cannot move ‘./build/dist/windows_386.zip’ to ‘./build/dist/tendermint_0.8.0_windows_386.zip’: Permission denied
```
|
2017-01-31 11:30:54 +04:00 |
|
Anton Kaliaev
|
cc2457f7d5
|
dist command to make binaries and package them for distribution
|
2017-01-23 14:45:13 +04:00 |
|