mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-15 03:12:46 +03:00
fix: check of armhf's rpm is corrected (#860)
This commit is contained in:
parent
e564685c1e
commit
02cc193086
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user