File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,12 @@ jobs:
4747 - name : Build Nvidia driver
4848 id : build
4949 run : |
50- # if [ "${{ matrix.arch }}" == "aarch64" ]; then
51- # export BUILD_ARM=true
52- # fi
53- # VERSION="${{ github.event.inputs.nvidia-version }}" \
54- # FEDORA_VERSION="${{ matrix.fedora_version }}" ./build.sh
55- # echo "version=$(cat .driver-version)" >> $GITHUB_OUTPUT
56-
57- echo "version=999.99.99" >> $GITHUB_OUTPUT
58- mkdir -p ./build/RPMS/f${{ matrix.fedora_version }}/${{ matrix.arch }}
59-
50+ if [ "${{ matrix.arch }}" == "aarch64" ]; then
51+ export BUILD_ARM=true
52+ fi
53+ VERSION="${{ github.event.inputs.nvidia-version }}" \
54+ FEDORA_VERSION="${{ matrix.fedora_version }}" ./build.sh
55+ echo "version=$(cat .driver-version)" >> $GITHUB_OUTPUT
6056
6157 - name : Build OCI image with drivers
6258 id : oci
You can’t perform that action at this time.
0 commit comments