add compatibility for rocky8 and rhel8 (#33068)

This commit is contained in:
MatthewLieber 2022-10-07 00:25:58 -04:00 committed by GitHub
parent a661536eb6
commit 23f6c92f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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").