Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
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
@@ -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:
@@ -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:

0 comments on commit b4d137b

Please sign in to comment.