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:
parent
f212e6690d
commit
8575620591
5 changed files with 178 additions and 1 deletions
|
|
@ -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},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue