Always build Workstation images out of Everything

We don't need the release version conditional any more as we're
well past F31. Also this way it'll work for Rawhide.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-04-22 13:39:41 -07:00
parent 29840992d8
commit 467be22d00
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class VirtInstallImage(object):
variant = self.variant
# From F31 onwards, Workstation tree is not installable and we
# build Workstation images out of Everything
if variant == 'Workstation' and str(self.release).isdigit() and int(self.release) > 30:
if variant == 'Workstation':
variant = 'Everything'
try: