diff --git a/packaging/release.sh b/packaging/release.sh index 728060db294460a20f066d5e1feafe24a2d5a67d..378a7fe203d3c4997b7fe6b1800abdb32b95ff7a 100755 --- a/packaging/release.sh +++ b/packaging/release.sh @@ -212,7 +212,7 @@ cd ${curr_dir} #echo "osinfo: ${osinfo}" if [ "$osType" != "Darwin" ]; then - if [ "$verMode" != "cluster" ]; then + if [[ "$verMode" != "cluster" ]] && [[ "$cpuType" == "x64" ]]; then echo "====do deb package for the ubuntu system====" output_dir="${top_dir}/debs" if [ -d ${output_dir} ]; then