Commit a50711c1 authored by Raphael Defosseux's avatar Raphael Defosseux Committed by Makarand kulkarni

chore(ci): support new rhel8.8 version

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent ef56d0bc
...@@ -123,6 +123,8 @@ check_supported_distribution() { ...@@ -123,6 +123,8 @@ check_supported_distribution() {
"rhel8.5") return 0 ;; "rhel8.5") return 0 ;;
"rhel8.6") return 0 ;; "rhel8.6") return 0 ;;
"rhel8.7") return 0 ;; "rhel8.7") return 0 ;;
"rhel8.8") return 0 ;;
"rhel8.9") return 0 ;;
"rhel9.0") return 0 ;; "rhel9.0") return 0 ;;
"rhel9.1") return 0 ;; "rhel9.1") return 0 ;;
"rhel9.2") return 0 ;; "rhel9.2") return 0 ;;
......
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