Files
ATEST/.gitea/workflows/rpi-6.12.y.yml
T
Cantibra 3095c96684
Raspberry Pi Linux Kernel 6.12.y / echo (push) Failing after 0s
Raspberry Pi Linux Kernel 6.12.y / build (push) Has been cancelled
Raspberry Pi Linux Kernel 6.12.y / sources (push) Has been cancelled
20
2026-05-06 10:38:07 +02:00

23 lines
471 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 }}
echo:
steps:
- name: Linux Sources [Clone]
run: |
echo ${{ needs.sources.outputs.version }}
build:
needs:
- sources
uses: ./.gitea/workflows/build.yml
with:
VERSION: ${{ needs.sources.outputs.version }}