This commit is contained in:
Cantibra
2026-05-06 10:19:19 +02:00
parent bde4f89e51
commit debbf34eed
4 changed files with 61 additions and 56 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Raspberry Pi Linux Kernel 6.12.y
on:
push:
branches:
- rpi-6.12.y
env:
BRANCH: rpi-6.12.y
jobs:
sources:
uses: ./.gitea/workflows/sources.yml
with:
BRANCH: ${BRANCH}
build:
needs:
- sources
uses: ./.gitea/workflows/build.yml
with:
VERSION: ${{ needs.sources.outputs.version }}