Skip to content

Build Kernel #1

Build Kernel

Build Kernel #1

Workflow file for this run

# A simple action usage
name: Build Kernel
on:
workflow_dispatch:
jobs:
Build-Kernel:
strategy:
fail-fast: false
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Build Kernel
uses: dabao1955/kernel_build_action@main
with:
kernel-url: https://github.com/AndroidAppsUsedByMyself/android_kernel_motorola_sm8250
kernel-branch: lineage-22.0
config: vendor/lineageos_pstar_stock_defconfig
arch: arm64
aosp-gcc: true
aosp-clang: true
ccache: true
ksu-url: http://github.com/rifsxd/KernelSU-Next
ksu-version: next
ksu: true
ksu-lkm: true
android-version: 12
aosp-clang-version: r416183b1
disable-lto: true
anykernel3: true