Commit f91bd733 authored by Raphael Defosseux's avatar Raphael Defosseux

[OC][BUILD] adding support for RHEL8.3 and future versions

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent ea3d10f4
......@@ -129,6 +129,9 @@ check_supported_distribution() {
"ubuntu18.04") return 0 ;;
"rhel8") return 0 ;;
"rhel8.2") return 0 ;;
"rhel8.3") return 0 ;;
"rhel8.4") return 0 ;;
"rhel8.5") return 0 ;;
"centos8") return 0 ;;
esac
return 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment