Explorar o código

Update check_tags.sh

Fixes armhf tag check
Peter Squicciarini %!s(int64=5) %!d(string=hai) anos
pai
achega
c440844e99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      check_tags.sh

+ 1 - 1
check_tags.sh

@@ -36,7 +36,7 @@ if [ "$GITHUB_TOKEN" != "" ]; then
       fi
     elif [[ $BUILDARCH == "arm" ]]; then
       HAVE_ARM_DEB=$(echo $VSCODIUM_ASSETS | jq 'map(.name) | contains(["armhf.deb"])')
-      HAVE_ARM_TAR=$(echo $VSCODIUM_ASSETS | jq --arg suffix "armhf-$LATEST_MS_TAG.tar.gz" 'map(.name) | contains([$suffix])')
+      HAVE_ARM_TAR=$(echo $VSCODIUM_ASSETS | jq --arg suffix "arm-$LATEST_MS_TAG.tar.gz" 'map(.name) | contains([$suffix])')
       if [[ "$HAVE_ARM_DEB" != "true" ]]; then
         echo "Building on Linux arm because we have no DEB"
         export SHOULD_BUILD="yes"