From ab8e6e33370526ffd703ed366583618861161e02 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 22 Jul 2025 08:08:06 +0200 Subject: [PATCH] Add Linux kernel shallow bundles (#59) * Add Linux kernel shallow bundles * Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7874f794..6e0c37fe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Armbian logo + Armbian logo

@@ -15,6 +15,10 @@ It also produces [data exchange files](https://github.armbian.com/) used for aut Artifacts generation Assembles packages and stores them in the [ORAS cache](https://github.com/orgs/armbian/packages). +- **Linux Kernel Shallow Bundles** + GitHub Workflow Status +
Packages minimal (shallow) kernel source trees for fast and efficient CI use, reducing clone depth and speeding up build workflows. + - **Build Armbian Docker Image** GitHub Workflow Status Builds and publishes Docker images for the [Armbian Build Framework](https://github.com/armbian/build) to the [GitHub Container Registry](https://github.com/orgs/armbian/packages).