We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4096e58 commit 91b75e9Copy full SHA for 91b75e9
scripts/build.sh
@@ -12,7 +12,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
12
cd "$DIR"
13
14
# Get latest tag
15
-VERSION=$(git describe --abbrev=0 --tags)
+VERSION=$(git describe --abbrev=0 --tags --match="v.*")
16
17
# Determine the arch/os combos we're building for
18
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
0 commit comments