forked from crdroidandroid/android_kernel_google_wahoo
-
Notifications
You must be signed in to change notification settings - Fork 0
20 lines (19 loc) · 955 Bytes
/
build-kernel.yml
File metadata and controls
20 lines (19 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "Build CR Droid 15 kernel on Taimen." # Description of the workflow.
on:
push:
branches: "15.0" # Branch to build.
workflow_dispatch: # Allow to manually trigger workflow.
jobs:
build:
name: "Build CR Droid 15 kernel"
runs-on: ubuntu-latest
steps:
- name: "Checkout kernel source" # Clone the kernel source.
uses: actions/checkout@v2
- name: "Android kernel build" # Build kernel with lemniskett/android-kernel-actions.
uses: lemniskett/android-kernel-actions@master
with:
arch: arm64 # Specify arch
compiler: gcc/9 # Specify toolchain to use
defconfig: wahoo_defconfig # Specify defconfig to use
image: Image.gz-dtb # Specify final build file