diff --git a/update_version.sh b/update_version.sh index f139d03..29a74ac 100755 --- a/update_version.sh +++ b/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",