[skip ci]Update building README.md (#8774)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/8784/head
zwd1208 2021-09-28 18:00:13 +08:00 committed by GitHub
parent 2f8a0b3862
commit ae8fb86d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ The following scripts are found in the [`build/`](.) directory. Note that all sc
* `build/builder.sh make unittest`: Run all unit tests
* `build/builder.sh make clean`: Clean up all the generated files
You can specify a different OS for builder by setting `OS_NAME` which defaults to `ubuntu18.04`. Valid OS name are `ubuntu18.04`, `centos7`.
You can specify different OS for builder by setting `OS_NAME` which defaults to `ubuntu18.04`. Valid OS are `ubuntu18.04`, `centos7`.
To specify `centos7` builder, use these command: