Browse Source

fix(linux): ppc64le [skip ci]

Baptiste Augrain 2 years ago
parent
commit
73f7d062da
1 changed files with 5 additions and 0 deletions
  1. 5 0
      update_version.sh

+ 5 - 0
update_version.sh

@@ -21,6 +21,11 @@ if [[ -z "${BUILD_SOURCEVERSION}" ]]; then
   exit
 fi
 
+if [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then
+  echo "Skip ppc64le since only reh is published"
+  exit
+fi
+
 #  {
 #    "url": "https://az764295.vo.msecnd.net/stable/51b0b28134d51361cf996d2f0a1c698247aeabd8/VSCode-darwin-stable.zip",
 #    "name": "1.33.1",