a14-6-1.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. name: Build Android 14 - 6.1
  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 14 - 6.1"
  17. strategy:
  18. fail-fast: false
  19. matrix:
  20. kernel_version:
  21. - "6.1.25-android14-2023-06"
  22. - "6.1.25-android14-2023-07"
  23. - "6.1.25-android14-2023-08"
  24. - "6.1.25-android14-2023-09"
  25. - "6.1.25-android14-2023-10"
  26. - "6.1.43-android14-2023-11"
  27. - "6.1.57-android14-2023-12"
  28. - "6.1.57-android14-2024-01"
  29. - "6.1.68-android14-2024-02"
  30. - "6.1.68-android14-2024-03"
  31. - "6.1.75-android14-2024-04"
  32. - "6.1.75-android14-2024-05"
  33. - "6.1.78-android14-2024-06"
  34. - "6.1.84-android14-2024-07"
  35. - "6.1.90-android14-2024-08"
  36. - "6.1.93-android14-2024-09"
  37. - "6.1.99-android14-2024-10"
  38. - "6.1.112-android14-2024-11"
  39. - "6.1.115-android14-2024-12"
  40. - "6.1.118-android14-2025-01"
  41. - "6.1.124-android14-2025-02"
  42. - "6.1.128-android14-2025-03"
  43. - "6.1.129-android14-2025-04"
  44. - "6.1.134-android14-2025-05"
  45. - "6.1.138-android14-2025-06"
  46. - "6.1.141-android14-2025-07"
  47. - "6.1.145-android14-2025-08"
  48. - "6.1.145-android14-2025-09"
  49. - "6.1.157-android14-2025-12"
  50. uses: ./.github/workflows/build.yml
  51. secrets: inherit
  52. with:
  53. kernel_version: ${{ matrix.kernel_version }}
  54. ksu_commit: ${{ inputs.ksu_commit }}
  55. feature_set: ${{ inputs.feature_set }}