Update docs to 20.04 (#19538)

Signed-off-by: Jenny Li <jing.li@zilliz.com>

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2022-09-29 18:36:54 +08:00 committed by GitHub
parent 54e2c079c4
commit 765c39b3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
ubuntu:
name: Build and test AMD64 Ubuntu ${{ matrix.ubuntu }}
runs-on: ubuntu-${{ matrix.ubuntu }}
timeout-minutes: 90
timeout-minutes: 60
strategy:
fail-fast: false
matrix:

View File

@ -66,7 +66,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 different OS for builder by setting `OS_NAME` which defaults to `ubuntu18.04`. Valid OS are `ubuntu18.04`, `centos7`.
You can specify different OS for builder by setting `OS_NAME` which defaults to `ubuntu20.04`. Valid OS are `ubuntu20.04`,`ubuntu18.04`, `centos7`.
To specify `centos7` builder, use these commands: