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 c789c23 commit 669a9e5Copy full SHA for 669a9e5
.github/workflows/build.yml
@@ -50,10 +50,10 @@ jobs:
50
if [ "${{ matrix.arch }}" == "aarch64" ]; then
51
export BUILD_ARM=true
52
fi
53
- FEDORA_VERSION="${{ matrix.fedora_version }}" ./build-nct.sh
54
VERSION="${{ github.event.inputs.nvidia-version }}" \
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