Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Oct 16, 2024
1 parent 8ae816c commit b4d137b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/latest-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
id: build
run: |
echo "Testing build of drivers against: ${{ needs.compute-latest-version.latest_vers }}"
chmod +x driverkit
./driverkit docker -c dk.yaml -l debug
build-latest-kernel-arm64:
Expand All @@ -95,6 +96,7 @@ jobs:
id: build
run: |
echo "Testing build of drivers against: ${{ needs.compute-latest-version.latest_vers }}"
chmod +x driverkit
./driverkit docker -c dk.yaml -l debug
badge-latest-kernel:
Expand Down

0 comments on commit b4d137b

Please sign in to comment.