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

This commit is contained in:
zhanghongtong 2021-06-05 17:37:32 +08:00 committed by Rory Z
parent 4891c4f8de
commit d5059a2a37
1 changed files with 3 additions and 0 deletions

View File

@ -268,6 +268,9 @@ jobs:
if [ $PROFILE = "emqx" ];then
broker="emqx-ce"
fi
if [[ "$SYSTEM" =~ "raspbian*" ]];then
export ARCH="arm"
fi
mkdir -p source/_upgrade_base
cd source/_upgrade_base