From f3959bd08b9db33524c468673be8bce4761c3085 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 7 Apr 2025 16:23:31 +0200 Subject: [PATCH] fix: publish version for all archs (#2315) --- update_version.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",