a13-5-15.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: Build Android 13 - 5.15
  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 13 - 5.15"
  17. strategy:
  18. fail-fast: false
  19. matrix:
  20. kernel_version:
  21. - "5.15.41-android13-2022-06"
  22. - "5.15.41-android13-2022-07"
  23. - "5.15.41-android13-2022-08"
  24. - "5.15.41-android13-2022-09"
  25. - "5.15.41-android13-2022-10"
  26. - "5.15.41-android13-2022-11"
  27. - "5.15.74-android13-2022-12"
  28. - "5.15.74-android13-2023-01"
  29. - "5.15.78-android13-2023-02"
  30. - "5.15.78-android13-2023-03"
  31. - "5.15.94-android13-2023-04"
  32. - "5.15.94-android13-2023-05"
  33. - "5.15.104-android13-2023-06"
  34. - "5.15.104-android13-2023-07"
  35. - "5.15.119-android13-2023-08"
  36. - "5.15.119-android13-2023-09"
  37. - "5.15.123-android13-2023-10"
  38. - "5.15.123-android13-2023-11"
  39. - "5.15.137-android13-2023-12"
  40. - "5.15.137-android13-2024-01"
  41. - "5.15.144-android13-2024-02"
  42. - "5.15.144-android13-2024-03"
  43. - "5.15.148-android13-2024-04"
  44. - "5.15.148-android13-2024-05"
  45. - "5.15.149-android13-2024-06"
  46. - "5.15.149-android13-2024-07"
  47. - "5.15.151-android13-2024-08"
  48. - "5.15.153-android13-2024-09"
  49. - "5.15.167-android13-2024-11"
  50. - "5.15.170-android13-2025-01"
  51. - "5.15.178-android13-2025-03"
  52. - "5.15.180-android13-2025-05"
  53. - "5.15.185-android13-2025-07"
  54. - "5.15.189-android13-2025-09"
  55. - "5.15.194-android13-2025-12"
  56. uses: ./.github/workflows/build.yml
  57. secrets: inherit
  58. with:
  59. kernel_version: ${{ matrix.kernel_version }}
  60. ksu_commit: ${{ inputs.ksu_commit }}
  61. feature_set: ${{ inputs.feature_set }}