Declares TS3.1 and Centos 8 compatible (#1139)

Co-authored-by: ‘mikeyyu’ <mikeyyu@tencent.com>
This commit is contained in:
mikeyuyang 2022-11-23 19:05:57 +08:00 committed by GitHub
parent 5db5e410f2
commit 8e7d355cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,9 @@ function get_os_release() {
rocky)
version_ge "8.0" && compat_centos8 && return
;;
tencentos)
version_ge "3.1" && compat_centos8 && return
;;
esac
elif [[ "${OS_ARCH}x" == "aarch64x" ]]; then
case "$ID" in