a15-6-6.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: Build Android 15 - 6.6
  2. on:
  3. workflow_call:
  4. inputs:
  5. ksu_commit:
  6. type: string
  7. required: false
  8. default: ''
  9. feature_set:
  10. type: string
  11. required: false
  12. default: 'WKSU+SUSFS+BBG'
  13. jobs:
  14. build:
  15. runs-on: ubuntu-latest
  16. name: "Android 15 - 6.6"
  17. strategy:
  18. fail-fast: false
  19. matrix:
  20. kernel_version:
  21. - "6.6.30-android15-2024-07"
  22. - "6.6.30-android15-2024-08"
  23. - "6.6.46-android15-2024-09"
  24. - "6.6.50-android15-2024-10"
  25. - "6.6.56-android15-2024-11"
  26. - "6.6.57-android15-2024-12"
  27. - "6.6.58-android15-2025-01"
  28. - "6.6.66-android15-2025-02"
  29. - "6.6.77-android15-2025-03"
  30. - "6.6.82-android15-2025-04"
  31. - "6.6.87-android15-2025-05"
  32. - "6.6.89-android15-2025-06"
  33. - "6.6.92-android15-2025-07"
  34. - "6.6.98-android15-2025-08"
  35. - "6.6.98-android15-2025-09"
  36. - "6.6.102-android15-2025-10"
  37. - "6.6.118-android15-2026-01"
  38. uses: ./.github/workflows/build.yml
  39. secrets: inherit
  40. with:
  41. kernel_version: ${{ matrix.kernel_version }}
  42. ksu_commit: ${{ inputs.ksu_commit }}
  43. feature_set: ${{ inputs.feature_set }}