Explorar o código

fix(linux): only reh for ppc64le [skip ci]

Baptiste Augrain %!s(int64=2) %!d(string=hai) anos
pai
achega
08114ab943
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      check_tags.sh

+ 6 - 1
check_tags.sh

@@ -344,7 +344,12 @@ if [ "${ASSETS}" != "null" ]; then
   fi
 else
   if [[ "${OS_NAME}" == "linux" ]]; then
-    if [[ "${VSCODE_ARCH}" != "x64" ]]; then
+    if [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then
+      SHOULD_BUILD_DEB="no"
+      SHOULD_BUILD_APPIMAGE="no"
+      SHOULD_BUILD_RPM="no"
+      SHOULD_BUILD_TAR="no"
+    elif [[ "${VSCODE_ARCH}" != "x64" ]]; then
       export SHOULD_BUILD_APPIMAGE="no"
     fi
   elif [[ "${OS_NAME}" == "osx" ]]; then