From 027d92291678e0e96cd41b7791f3921b98af145f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 19 Mar 2021 08:47:56 +0000 Subject: [PATCH] add platform name to version string --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8599c07..a1cc8cd 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ export GOPATH GIT_COMMIT=$(git rev-list -1 HEAD) export GIT_COMMIT -CANONICAL_VERSION=$(cat ./VERSION) +CANONICAL_VERSION=$(cat ./VERSION)-$(uname) export CANONICAL_VERSION VERSION_STRING="$CANONICAL_VERSION-$GIT_COMMIT" export VERSION_STRING