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

This commit is contained in:
Baptiste Augrain 2021-10-01 19:21:07 +02:00 committed by GitHub
parent e564685c1e
commit 02cc193086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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