Skip to content

Commit 8bbbb8c

Browse files
committed
installer_data: Remove 12.4
We cannot set up CI for this version, so it is expected to break/bitrot in the future. We don't want anyone installing with this version at all. M2 support officially requires 13.5+ going forward, even with overrides. Signed-off-by: Hector Martin <[email protected]>
1 parent dcac693 commit 8bbbb8c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

data/installer_data.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"next_object": "m1n1/boot.bin",
88
"package": "https://asahilinux-fedora.b-cdn.net/os/fedora-39-kde-202312191235.zip",
99
"icon": "fedora.icns",
10-
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
10+
"supported_fw": ["12.3", "12.3.1", "13.5"],
1111
"extras": [
1212
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/g/gstreamer1-plugin-openh264-1.22.1-1.fc39.aarch64.rpm",
1313
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/m/mozilla-openh264-2.3.1-2.fc39.aarch64.rpm",
@@ -46,7 +46,7 @@
4646
"next_object": "m1n1/boot.bin",
4747
"package": "https://asahilinux-fedora.b-cdn.net/os/fedora-39-gnome-202312191235.zip",
4848
"icon": "fedora.icns",
49-
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
49+
"supported_fw": ["12.3", "12.3.1", "13.5"],
5050
"extras": [
5151
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/g/gstreamer1-plugin-openh264-1.22.1-1.fc39.aarch64.rpm",
5252
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/m/mozilla-openh264-2.3.1-2.fc39.aarch64.rpm",
@@ -85,7 +85,7 @@
8585
"next_object": "m1n1/boot.bin",
8686
"package": "https://asahilinux-fedora.b-cdn.net/os/fedora-39-server-202312191235.zip",
8787
"icon": "fedora.icns",
88-
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
88+
"supported_fw": ["12.3", "12.3.1", "13.5"],
8989
"extras": {},
9090
"partitions": [
9191
{
@@ -120,7 +120,7 @@
120120
"next_object": "m1n1/boot.bin",
121121
"package": "https://asahilinux-fedora.b-cdn.net/os/fedora-39-minimal-202312191235.zip",
122122
"icon": "fedora.icns",
123-
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
123+
"supported_fw": ["12.3", "12.3.1", "13.5"],
124124
"extras": {},
125125
"partitions": [
126126
{
@@ -155,7 +155,7 @@
155155
"boot_object": "m1n1.bin",
156156
"next_object": "m1n1/boot.bin",
157157
"package": "asahi-base-20231012-1.zip",
158-
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
158+
"supported_fw": ["12.3", "12.3.1", "13.5"],
159159
"partitions": [
160160
{
161161
"name": "EFI",
@@ -182,7 +182,7 @@
182182
"boot_object": "m1n1.bin",
183183
"next_object": "m1n1/boot.bin",
184184
"package": "uefi-only-20231220-1.zip",
185-
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
185+
"supported_fw": ["12.3", "12.3.1", "13.5"],
186186
"partitions": [
187187
{
188188
"name": "EFI",

0 commit comments

Comments
 (0)