Skip to content

Commit

Permalink
Merge pull request #57 from troykelly/56-version-bump-for-cuda
Browse files Browse the repository at this point in the history
Version bump - adding CUDA 12.3.1
  • Loading branch information
troykelly authored Jan 16, 2024
2 parents 7561045 + 3f83eca commit 005f8a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
build:
strategy:
matrix:
version: [12.2.0, 12.0.1, 12.0.0, 11.8.0]
version: [12.3.1, 12.2.2, 12.0.1, 12.0.0, 11.8.0]
os: [ubuntu22.04]
name: 👷 Build CUDA ${{ matrix.version }} on ${{ matrix.os }}
needs:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
type=ref,event=pr,prefix=${{ matrix.version }}-${{ matrix.os }}-
type=sha,prefix=${{ matrix.version }}-${{ matrix.os }}-
type=edge,enable=true,priority=700prefix=${{ matrix.version }}-${{ matrix.os }}-,suffix=,branch=$repo.default_branch
type=edge,enable=${{ matrix.version == '12.2.0' && matrix.os == 'ubuntu22.04' }},prefix=,suffix=
type=edge,enable=${{ matrix.version == '12.3.1' && matrix.os == 'ubuntu22.04' }},prefix=,suffix=
- name: 🏗 Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
deploy:
strategy:
matrix:
version: [12.2.0, 12.0.1, 12.0.0, 11.8.0]
version: [12.3.1, 12.2.2, 12.0.1, 12.0.0, 11.8.0]
os: [ubuntu22.04]
name: 👷 Build & Deploy CUDA ${{ matrix.version }} on ${{ matrix.os }}
needs:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
type=semver,pattern={{major}},prefix=${{ matrix.version }}-${{ matrix.os }}-
type=sha,prefix=${{ matrix.version }}-${{ matrix.os }}-
type=raw,value=${{ matrix.version }}-${{ matrix.os }}-latest,enable=${{ startsWith(github.ref, 'refs/tags/v') }},prefix=,suffix=
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') && matrix.version == '12.2.0' && matrix.os == 'ubuntu22.04' }},prefix=,suffix=
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') && matrix.version == '12.3.1' && matrix.os == 'ubuntu22.04' }},prefix=,suffix=
# yamllint enable rule:line-length

- name: 🏗 Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion xteve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CUDA=12.2.0
ARG CUDA=12.3.1
ARG OS=ubuntu22.04
FROM ghcr.io/aperim/nvidia-cuda-ffmpeg:${CUDA}-${OS}-latest
ARG CUDA
Expand Down

0 comments on commit 005f8a3

Please sign in to comment.