chore(CI): fix download packages error in build packages
This commit is contained in:
parent
d5059a2a37
commit
7d0324fb1b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue