Explorar o código

fix: check of armhf's rpm is corrected (#860)

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

+ 1 - 1
check_tags.sh

@@ -187,7 +187,7 @@ if [ "${VSCODIUM_ASSETS}" != "null" ]; then
         export SHOULD_BUILD_DEB="no"
       fi
 
-      if [[ -z $( contains "armhf.rpm" ) ]]; then
+      if [[ -z $( contains "armv7hl.rpm" ) ]]; then
         echo "Building on Linux arm because we have no RPM"
         export SHOULD_BUILD="yes"
       else