distro: add an alias for rhel-91

We would benefit from having support for 9.1 downstream so let's add it in
the form of an alias. This is a bare minimum for having a proper 9.1 support.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2022-04-28 22:19:08 +02:00 committed by Tomáš Hozza
parent f212e6690d
commit 8575620591
5 changed files with 178 additions and 1 deletions

View file

@ -29,6 +29,7 @@ var supportedDistros = []supportedDistro{
{rhel86.NewCentos, rhel86.NewCentosHostDistro},
{rhel90beta.New, rhel90beta.NewHostDistro},
{rhel90.New, rhel90.NewHostDistro},
{rhel90.NewRHEL91, rhel90.NewRHEL91HostDistro},
{rhel90.NewCentos, rhel90.NewCentosHostDistro},
}