diff --git a/script/setup_env.sh b/script/setup_env.sh index e84c18ebcc2045c966b7e940166380a9ed04e11b..b0fad528b44f15e01c7591e83fd556d1e9068c03 100644 --- a/script/setup_env.sh +++ b/script/setup_env.sh @@ -19,6 +19,10 @@ if [[ ${ARCH} == "loongarch64" ]] || [[ ${ARCH} == "ppc64le" ]];then export RELEASE_SERVER_IP="121.36.84.172" export RELEASE_SERVER_PORT="" fi +if [[ ${ARCH} == "sw_64" ]];then + export RELEASE_SERVER_IP="10.3.21.47" + export RELEASE_SERVER_PORT="" +fi export RELEASE_HTTP_URL="http://121.36.84.172/dailybuild" if [ -n "${RELEASE_SERVER_PORT}" ];then export SSHPORT="-p ${RELEASE_SERVER_PORT}"