diff --git a/build b/build index 9271bd05..738c3435 100755 --- a/build +++ b/build @@ -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 \ No newline at end of file