builder: List Fedora KDE first

For Fedora Asahi, Fedora KDE is the flagship variant as it is more
developed for the Apple Silicon platform than GNOME.
This commit is contained in:
Neal Gompa 2023-05-09 07:52:05 -04:00
parent 0d1538e7ca
commit 547c21b7b3

View File

@ -24,16 +24,16 @@ if not RELEASE:
# TODO: should be a class using abc
TARGETS = {
"gnome": {
"profile": "Workstation-GNOME",
"name": f"Fedora Linux {RELEASE} Workstation (GNOME)",
"id": "gnome",
},
"kde": {
"profile": "Workstation-KDE",
"name": f"Fedora Linux {RELEASE} KDE Plasma Desktop",
"id": "kde",
},
"gnome": {
"profile": "Workstation-GNOME",
"name": f"Fedora Linux {RELEASE} Workstation (GNOME)",
"id": "gnome",
},
"server": {
"profile": "Server",
"name": f"Fedora Linux {RELEASE} Server",