Skip to content

Commit

Permalink
ubuntu24.04 precompile support
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Dec 3, 2024
1 parent 1e563cf commit 8b8f71b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ jobs:
# SHIVA
echo "$BASE_TARGET ${{ matrix.flavor }} ${{ matrix.driver_branch }} ${{ matrix.dist }}"
export REGCTL_VERSION=v0.7.1
mkdir -p bin
curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64
chmod a+x bin/regctl
export PATH=$(pwd)/bin:${PATH}
regctl -v debug image get-file ghcr.io/nvidia/driver:base-${BASE_TARGET}-${{ matrix.flavor }}-${{ matrix.driver_branch }} /var/kernel_version.txt ./kernel_version1.txt
cat ./kernel_version1.txt
# SHIVA
Expand Down

0 comments on commit 8b8f71b

Please sign in to comment.