Ver Fonte

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

Baptiste Augrain há 3 anos atrás
pai
commit
02cc193086
1 ficheiros alterados com 1 adições e 1 exclusões
  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