Skip to content

uapi: fix restart device when playing videos #15

uapi: fix restart device when playing videos

uapi: fix restart device when playing videos #15

Workflow file for this run

name: Build Redmi 5 PRIVATE Extended Kernel
on:
push:
branches:
- 'private'
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: PRIVATE_Ex_kernel
with:
arch: arm64
compiler: neutron-clang/binutils
defconfig: rosy-perf_defconfig
image: Image.gz-dtb
- name: Release build (Telegram)
if: ${{ success() }}
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.PRIVATE_ID }}
token: ${{ secrets.TELEGRAM_SECRET }}
format: html
message: <strong>Kernel Lineaged - PRIVATE Extended</strong> telah dibuat pada repo ${{ github.repository }} dengan <strong>Compiler Neutron Clang</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 }}