Skip to content

upstream ksu; hooks 1.8 #28

upstream ksu; hooks 1.8

upstream ksu; hooks 1.8 #28

Workflow file for this run

name: Build on push lineage-21-ksu
on:
workflow_dispatch:
push:
branches: [ lineage-21-ksu ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout kernel source
uses: actions/checkout@v4
with:
submodules: recursive
- name: Checkout zipper
uses: actions/checkout@v4
with:
repository: cyberc3dr/AnyKernel3
path: zipper
- name: Android kernel build
uses: cyberc3dr/android-kernel-actions@onclite
id: build
env:
NAME: onclite
with:
arch: arm64
compiler: proton-clang/master
defconfig: onclite-perf_defconfig
image: Image
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: onclite
path: zipper/*.zip