Files
SukiSU-Ultra/.github/workflows/build-lkm.yml
5ec1cff 826661dffb feature: add devpts fd wrapper (#21)
This feature is intended to resolve devpts problem.
2025-11-06 23:56:53 +08:00

22 lines
452 B
YAML

name: Build LKM for KernelSU
on:
workflow_call:
workflow_dispatch:
jobs:
build-lkm:
strategy:
fail-fast: false
matrix:
kmi:
- android12-5.10
- android13-5.10
- android13-5.15
- android14-5.15
- android14-6.1
- android15-6.6
- android16-6.12
uses: ./.github/workflows/ddk-lkm.yml
with:
kmi: ${{ matrix.kmi }}
ddk_release: '20251104'