Skip to content

Commit

Permalink
Update kernel-wsa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Feb 19, 2025
1 parent a86af0d commit c16841f
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/kernel-wsa.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android 15 6.6
name: WSA
permissions:
contents: write # Allow writing to repository contents (for pushing tags)
actions: write # Allows triggering actions
Expand Down Expand Up @@ -28,29 +28,13 @@ jobs:
fail-fast: false
matrix:
include:
#- sub_level: "30"
# os_patch_level: "2024-08"
#- sub_level: "46"
# os_patch_level: "2024-09"
- sub_level: "50"
os_patch_level: "2024-10"
- sub_level: "56"
os_patch_level: "2024-11"
- sub_level: "57"
os_patch_level: "2024-12"
- sub_level: "58"
os_patch_level: "2025-01"
- sub_level: "66"
os_patch_level: "2025-02"
- sub_level: "X"
os_patch_level: "lts"
uses: ./.github/workflows/gki-kernel.yml
- wsa_branch: "linux-msft-wsl-6.6.y"
uses: ./.github/workflows/wsa-kernel.yml
secrets: inherit
with:
android_version: "android15"
kernel_version: "6.6"
sub_level: ${{ matrix.sub_level }}
os_patch_level: ${{ matrix.os_patch_level }}
wsa_branch: ${{ matrix.wsa_branch }}
runner: ${{ inputs.runner }}
lto_type: ${{ inputs.lto_type }}
kernelsu_variant: ${{ inputs.kernelsu_variant }}
Expand Down

0 comments on commit c16841f

Please sign in to comment.