添加 .github/workflows/build2.yaml
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
forever 2024-10-26 23:10:06 +08:00
parent 77f2dfb0e8
commit decfa14cb5

20
.github/workflows/build2.yaml vendored Normal file
View File

@ -0,0 +1,20 @@
name: BuildKernel
on:push
jobs:
build-kernel:
name: Build Kernel
runs-on: ubuntu-20.04
steps:
- name: Build
uses: dabao1955/kernel_build_action@main
with:
kernel-url: https://github.com/mondrian-development/android_kernel_xiaomi_mondrian
kernel-branch: mondrian-s-oss
config: vendor/mondrian_GKI
arch: arm64
aosp-gcc: true
aosp-clang: true
android-version: 12
aosp-clang-version: r383902