Преглед изворни кода

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

Baptiste Augrain пре 3 година
родитељ
комит
02cc193086
1 измењених фајлова са 1 додато и 1 уклоњено
  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