Skip to content

Commit

Permalink
Pack generated binaries with UPX
Browse files Browse the repository at this point in the history
  • Loading branch information
dcRUSTy committed Aug 31, 2020
1 parent 2b5de6b commit 0af7e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ VERSION=$(git describe --tags HEAD)
export GO111MODULE=on
go get github.com/mitchellh/gox
gox -os="linux darwin windows" -arch="386 amd64" -ldflags="-s -w -X main.Version=${VERSION}"
upx talisman_{l,d,w}*
shasum -b -a256 talisman_{l,d,w}* > checksums

0 comments on commit 0af7e55

Please sign in to comment.