Skip to content

Commit

Permalink
Try add android15-6.6-2024-07 for LKM (tiann#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Aug 17, 2024
1 parent b032ce7 commit 221c834
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-lkm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
- version: "android14-6.1"
sub_level: 75
os_patch_level: 2024-05
- version: "android15-6.6"
sub_level: 30
os_patch_level: 2024-07
uses: ./.github/workflows/gki-kernel.yml
with:
version: ${{ matrix.version }}
version_name: ${{ matrix.version }}.${{ matrix.sub_level }}
tag: ${{ matrix.version }}-${{ matrix.os_patch_level }}
os_patch_level: ${{ matrix.os_patch_level }}
build_lkm: true
build_lkm: true

0 comments on commit 221c834

Please sign in to comment.