Files
ATEST/.gitea/workflows/rpi-6.12.y.yml
T
Cantibra 1c6c7b29bd
Raspberry Pi Linux Kernel 6.12.y / sources (push) Successful in 2m39s
Raspberry Pi Linux Kernel 6.12.y / build (push) Failing after 0s
19
2026-05-06 10:22:15 +02:00

18 lines
349 B
YAML

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: ${{ env.BRANCH }}
build:
needs:
- sources
uses: ./.gitea/workflows/build.yml
with:
VERSION: ${{ needs.sources.outputs.version }}