We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4119a commit d0e3426Copy full SHA for d0e3426
.github/workflows/build.yml
@@ -50,10 +50,10 @@ jobs:
50
if [ "${{ matrix.arch }}" == "aarch64" ]; then
51
export BUILD_ARM=true
52
fi
53
- VERSION="${{ github.event.inputs.nvidia-version }}" \
+ FEDORA_VERSION="${{ matrix.fedora_version }}" ./build-nct.sh
54
+ VERSION="${{ github.event.inputs.nvidia-version || '580.105.08' }}" \
55
FEDORA_VERSION="${{ matrix.fedora_version }}" ./build.sh
56
echo "version=$(cat .driver-version)" >> $GITHUB_OUTPUT
- FEDORA_VERSION="${{ matrix.fedora_version }}" ./build-nct.sh
57
58
- name: Build OCI image with drivers
59
id: oci
0 commit comments