Merge pull request #1183 from taosdata/feature/lihui

[not generate deb/rpm package for arm]
This commit is contained in:
slguan 2020-02-05 08:52:10 +08:00 committed by GitHub
commit d355c62077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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