Declares TS3.1 and Centos 8 compatible (#1139)
Co-authored-by: ‘mikeyyu’ <mikeyyu@tencent.com>
This commit is contained in:
parent
5db5e410f2
commit
8e7d355cc2
3
deps/init/dep_create.sh
vendored
3
deps/init/dep_create.sh
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user