Skip to content

workflows and configs: Release Lineaged GpuBoost Kernel for Redmi 5 #9

workflows and configs: Release Lineaged GpuBoost Kernel for Redmi 5

workflows and configs: Release Lineaged GpuBoost Kernel for Redmi 5 #9

name: Build Redmi 5 Lineaged GpuBoost kernel
on:
push:
branches:
- 'release/boost-gpu'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout kernel source
uses: actions/checkout@v2
- name: Checkout zipper
uses: actions/checkout@v2
with:
repository: SantriKode/AnyKranul3
path: zipper
- name: Android kernel build
if: ${{ success() }}
uses: SantriKode/arm64-kernel-actions@master
id: build
env:
NAME: Lineaged_GpuBoost_kernel
with:
arch: arm64
compiler: aosp-clang/main/clang-r498229/binutils
defconfig: rosy-perf_defconfig
image: Image.gz-dtb
- name: Release build (Telegram)
if: ${{ success() }}
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: html
message: <strong>Kernel Lineaged GpuBoost</strong> telah dibuat pada repo ${{ github.repository }} dengan <strong>Compiler AOSP Google</strong> pada commits berikut <code>${{ github.sha }}</code>, untuk informasi lebih bisa membuka github repository <a href="https://www.github.com/naups/xiaomi_rosy_kernel/commits/${{ github.sha }}">naups</a>.
document: ${{ steps.build.outputs.outfile }}