diff options
| author | seth <[email protected]> | 2024-02-27 12:44:45 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-27 12:44:45 -0500 |
| commit | 75dc10cbbad11a6328f0ca21be880f232a6b0882 (patch) | |
| tree | f79babc0b28d740078c5b47726c9a9ec6e3b1d71 /.github/workflows | |
| parent | 3115a8862ad2bc728452ec124ee6f174eef8adfd (diff) | |
akmods/nvidia: bump driver version to 550
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 88bde0e..281c788 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,10 +26,10 @@ jobs: containerfile: ./akmods/Containerfile context: ./akmods extra_tags: | - type=raw,value=39-535 + type=raw,value=39-550 build_args: | FEDORA_VERSION=39 - NVIDIA_VERSION=535 + NVIDIA_VERSION=550 secrets: akmods_key: ${{ secrets.AKMODS_KEY }} @@ -99,7 +99,7 @@ jobs: include: - image_flavor: getchblue fedora_version: 39 - nvidia_version: 535 + nvidia_version: 550 uses: ./.github/workflows/build-image.yaml with: |
