distro: drop support for Fedora 33
Fedora 33 is already EOL, therefore there is no point in supporting image builds for it. Drop F33 from the distroregistry list and remove F33 repositories definition. Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
f66740fdbd
commit
2c04329645
2 changed files with 0 additions and 59 deletions
|
|
@ -18,7 +18,6 @@ import (
|
|||
// When adding support for a new distribution, add it here.
|
||||
// Note that this is a constant, do not write to this array.
|
||||
var supportedDistros = []supportedDistro{
|
||||
{fedora.NewF33, fedora.NewHostDistro},
|
||||
{fedora.NewF34, fedora.NewHostDistro},
|
||||
{fedora.NewF35, fedora.NewHostDistro},
|
||||
{fedora.NewF36, fedora.NewHostDistro},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue