We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c02a7 commit 8f7ff83Copy full SHA for 8f7ff83
ci/scripts/build-installers
@@ -6,7 +6,7 @@ ROOT_DIR=$(pwd)
6
OUT_DIR=${ROOT_DIR}/out
7
RELEASE_DIR=${ROOT_DIR}/release
8
INSTALLERS_DIR=${ROOT_DIR}/installers
9
-VERSION=$(${OUT_DIR}/cf-linux-amd64 -v | cut -d' ' -f 3 | cut -d'-' -f 1)
+VERSION=$(${OUT_DIR}/cf-linux-386 -v | cut -d' ' -f 3 | cut -d'-' -f 1)
10
11
echo "building windows-386 installer"
12
(
0 commit comments