Skip to content

Commit

Permalink
fix: Disable 470xx driver support in F38 to avoid failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-stone committed Feb 24, 2023
1 parent f42d3d2 commit 05cd737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
major_version: 37
- driver_version: 520
major_version: 38
- driver_version: 470
major_version: 38
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Note: This project is a work-in-progress. You should at a minimum be familiar wi
| | 525xx series | 520xx series | 470xx series (Kepler 2012-2014 support) |
|-----|---------------------------------------|---------------|-----------------------------------------|
| F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 |
| F38 | :38 / :38-525 / :38-current | | :38-470 |
| F38 | :38 / :38-525 / :38-current | | |

2. Set kargs after rebasing

Expand Down

0 comments on commit 05cd737

Please sign in to comment.