30
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: Raspberry Pi Linux Kernel [Build]
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
VERSION:
|
||||
required: true
|
||||
type: string
|
||||
jobs:
|
||||
job:
|
||||
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 }}"
|
||||
Reference in New Issue
Block a user