chore(CI): fix download packages error in build packages

This commit is contained in:
zhanghongtong 2021-06-05 18:57:00 +08:00
parent d5059a2a37
commit 7d0324fb1b
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ jobs:
if [ $PROFILE = "emqx" ];then
broker="emqx-ce"
fi
if [[ "$SYSTEM" =~ "raspbian*" ]];then
if [ ! -z "$(echo $SYSTEM | grep -oE 'raspbian')" ]; then
export ARCH="arm"
fi