浏览代码

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"
         export SHOULD_BUILD_DEB="no"
       fi
       fi
 
 
-      if [[ -z $( contains "armhf.rpm" ) ]]; then
+      if [[ -z $( contains "armv7hl.rpm" ) ]]; then
         echo "Building on Linux arm because we have no RPM"
         echo "Building on Linux arm because we have no RPM"
         export SHOULD_BUILD="yes"
         export SHOULD_BUILD="yes"
       else
       else