Skip to content

DeliUstaTV/gki-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Android GKI with GitHub Actions

CodeFactor

This repository provides an automated workflow to build the Android Generic Kernel Image (GKI) using GitHub Actions.
With this setup, you can compile the GKI kernel directly in GitHub’s cloud environment without requiring a powerful local machine.

🚀 Prerequisites

Before running the workflow, you need to configure some secrets in your GitHub repository:

  1. GH_TOKEN – Your GitHub personal access token, required for uploading build artifacts to the repository.

  2. TOKEN – Your Telegram bot token, required for sending build notification.

  3. CHAT_ID – The Telegram chat or group ID where the bot will send notifications.

How to Add Secrets to GitHub

⚙️ Configuration

Before running the workflow, you must modify the following files according to your requirements:

  • config.sh – Contains kernel configuration settings.
  • build.sh – The main script responsible for compiling the kernel.

Once configured, you can start building!

✅ Compatibility

GKI Version Support
5.10 ✅ Yes
>5.10 ❌ No

📜 License

This project is licensed under the WTFPL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%