Browse Source

fix: publish version for all archs (#2315)

Baptiste Augrain 1 month ago
parent
commit
bbc892183f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      update_version.sh

+ 4 - 4
update_version.sh

@@ -27,10 +27,10 @@ if [[ -z "${BUILD_SOURCEVERSION}" ]]; then
   exit 0
 fi
 
-if [[ "${VSCODE_ARCH}" == "ppc64le" ]] || [[ "${VSCODE_ARCH}" == "riscv64" ]] ; then
-  echo "Skip PPC64LE since only reh is published"
-  exit 0
-fi
+# if [[ "${VSCODE_ARCH}" == "ppc64le" ]] || [[ "${VSCODE_ARCH}" == "riscv64" ]] ; then
+#   echo "Skip PPC64LE since only reh is published"
+#   exit 0
+# fi
 
 #  {
 #    "url": "https://az764295.vo.msecnd.net/stable/51b0b28134d51361cf996d2f0a1c698247aeabd8/VSCode-darwin-stable.zip",