diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9ed92e..8000e66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - mate - vauxite major_version: [37, 38, 39] - driver_version: [470, 535] + driver_version: [470, 545] include: - major_version: 37 is_latest_version: false @@ -39,7 +39,7 @@ jobs: is_latest_version: false is_stable_version: true is_gts_driver: true - - driver_version: 535 + - driver_version: 545 is_latest_driver: true - major_version: 39 is_latest_version: true diff --git a/Containerfile b/Containerfile index 4a3919f..262abe1 100644 --- a/Containerfile +++ b/Containerfile @@ -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:-535}" +ARG NVIDIA_MAJOR_VERSION="${NVIDIA_MAJOR_VERSION:-545}" COPY image-info.sh /tmp/image-info.sh COPY install.sh /tmp/install.sh