Commit abf2693b authored by Raphael Defosseux's avatar Raphael Defosseux

[OC][docker][build] support for new RHEL8.3 version

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent af1495f1
......@@ -114,6 +114,8 @@ check_supported_distribution() {
"rhel7.7") return 0 ;;
"rhel7.8") return 0 ;;
"rhel8.2") return 0 ;;
"rhel8.3") return 0 ;;
"rhel8.4") return 0 ;;
"centos7") 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