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 0bb11da commit 9e08a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ jobs:
echo "SHIVA 1111 $OUT_IMAGE"
# SHIVA
./tests/scripts/findkernelversion.sh "$BASE_TARGET" ${{ matrix.flavor }} ${{ matrix.driver_branch }} ${DIST}
echo "./tests/scripts/findkernelversion.sh $BASE_TARGET ${{ matrix.flavor }} ${{ matrix.driver_branch }} ${DIST}"
./tests/scripts/findkernelversion.sh $BASE_TARGET ${{ matrix.flavor }} ${{ matrix.driver_branch }} ${DIST}
exit 1
# SHIVA
Expand Down

0 comments on commit 9e08a62

Please sign in to comment.