Files
ATEST/.gitea/workflows/build.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

24 lines
587 B
YAML

name: Raspberry Pi Linux Kernel [Build]
on:
workflow_call:
inputs:
VERSION:
required: true
type: string
jobs:
build:
name: Raspberry Pi Linux Build
strategy:
matrix:
include:
- kernel: bcm2711_defconfig
runner: cicd.bookworm
- kernel: bcm2712_defconfig
runner: cicd.bookworm
- kernel: bcm2712_pve_defconfig
runner: cicd.bookworm
runs-on: ${{ matrix.runner }}
steps:
- name: Repository [Clone]
run: |
/usr/bin/echo "${{ inputs.version }}"