Skip to content

Commit 0275687

Browse files
authored
feat: drop support for nvidia 470 (#227)
Due to the combination of Fedora F38/F39 upgrading to kernel 6.8 and rpmfusion dropping support for nvidia 470 which does not compile on 6.8, we have to drop our nvidia 470 images. force-merged after all checks green because we need this to have any hope of clean builds in the morning.
1 parent f7c8ce1 commit 0275687

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/reusable-build.yml

-11
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
- vauxite
4343
nvidia_version:
4444
- 0 # No Nvidia drivers (this indicates to only build "main" image target
45-
- 470 # Older Nvidia driver
4645
- 550 # Latest Nvidia driver (update IS_LATEST_DRIVER below if version changes)
4746
exclude:
4847
# There is no Fedora 38 version of onyx or lazurite
@@ -66,16 +65,6 @@ jobs:
6665
hwe_flavor: asus
6766
- fedora_version: 38
6867
hwe_flavor: surface
69-
# Only build latest nvidia version for "surface" HWE flavor
70-
- nvidia_version: 470
71-
hwe_flavor: surface
72-
# Only build latest nvidia version for F40 (temporarily broken? not building in akmods)
73-
- fedora_version: 40
74-
nvidia_version: 470
75-
# Nvidia 470 no longer builds for Asus on F39
76-
- fedora_version: 39
77-
hwe_flavor: asus
78-
nvidia_version: 470
7968
steps:
8069
# Checkout push-to-registry action GitHub repository
8170
- name: Checkout Push to Registry action

0 commit comments

Comments
 (0)