Skip to content

Commit

Permalink
chore: bump driver version from 545 to 550 (#196)
Browse files Browse the repository at this point in the history
* chore: bump driver version from 545 to 550

* chore: Remove 545

* We missed this one

---------

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
  • Loading branch information
dylanmtaylor and KyleGospo authored Mar 1, 2024
1 parent 055ba7a commit 468683f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- mate
- vauxite
major_version: [38, 39]
driver_version: [470, 545]
driver_version: [470, 550]
include:
- major_version: 38
is_latest_version: false
is_stable_version: true
is_gts_driver: true
- driver_version: 545
- driver_version: 550
is_latest_driver: true
- major_version: 39
is_latest_version: true
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG IMAGE_NAME="${IMAGE_NAME:-silverblue}"
ARG IMAGE_VENDOR="ublue-os"
ARG IMAGE_FLAVOR="${IMAGE_FLAVOR:-nvidia}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}"
ARG NVIDIA_MAJOR_VERSION="${NVIDIA_MAJOR_VERSION:-545}"
ARG NVIDIA_MAJOR_VERSION="${NVIDIA_MAJOR_VERSION:-550}"
ARG RPMFUSION_MIRROR=""

COPY image-info.sh /tmp/image-info.sh
Expand Down

0 comments on commit 468683f

Please sign in to comment.