浏览代码

fix(linux): ppc64le [skip ci]

Baptiste Augrain 2 年之前
父节点
当前提交
73f7d062da
共有 1 个文件被更改,包括 5 次插入0 次删除
  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",