Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: add install and release-install goals
To simplify building the release-grade (stripped and reproducible) binaries from source, we add the install and release-install make goals. Running either of the commands will create binaries in the $GOPATH/bin directories. The main difference between the two goals is that the release-install will not contain any local paths and no debug information.
- Loading branch information