[not generate deb/rpm package for arm]

This commit is contained in:
huili 2020-02-04 16:23:36 +08:00
parent 9fec20a921
commit 1a534f6e48
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ cd ${curr_dir}
#echo "osinfo: ${osinfo}" #echo "osinfo: ${osinfo}"
if [ "$osType" != "Darwin" ]; then if [ "$osType" != "Darwin" ]; then
if [ "$verMode" != "cluster" ]; then if [[ "$verMode" != "cluster" ]] && [[ "$cpuType" == "x64" ]]; then
echo "====do deb package for the ubuntu system====" echo "====do deb package for the ubuntu system===="
output_dir="${top_dir}/debs" output_dir="${top_dir}/debs"
if [ -d ${output_dir} ]; then if [ -d ${output_dir} ]; then