Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: drop support for nvidia 470 #227

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- vauxite
nvidia_version:
- 0 # No Nvidia drivers (this indicates to only build "main" image target
- 470 # Older Nvidia driver
- 550 # Latest Nvidia driver (update IS_LATEST_DRIVER below if version changes)
exclude:
# There is no Fedora 38 version of onyx or lazurite
Expand All @@ -66,16 +65,6 @@ jobs:
hwe_flavor: asus
- fedora_version: 38
hwe_flavor: surface
# Only build latest nvidia version for "surface" HWE flavor
- nvidia_version: 470
hwe_flavor: surface
# Only build latest nvidia version for F40 (temporarily broken? not building in akmods)
- fedora_version: 40
nvidia_version: 470
# Nvidia 470 no longer builds for Asus on F39
- fedora_version: 39
hwe_flavor: asus
nvidia_version: 470
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down