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