add compatibility for rocky8 and rhel8 (#33068)
This commit is contained in:
parent
a661536eb6
commit
23f6c92f33
@ -20,3 +20,6 @@ os_compatible("ubuntu20.04", "ubuntu19.10").
|
||||
os_compatible("ubuntu19.10", "ubuntu19.04").
|
||||
os_compatible("ubuntu19.04", "ubuntu18.10").
|
||||
os_compatible("ubuntu18.10", "ubuntu18.04").
|
||||
|
||||
%EL8
|
||||
os_compatible("rhel8", "rocky8").
|
||||
|
Loading…
Reference in New Issue
Block a user