Skip to content

Build stable

Build stable #6

Workflow file for this run

name: 'Build stable'
on:
workflow_dispatch:
inputs:
kernel_version:
description: 'Raspi kernel version, 6.8.0'
default: '6.8.0'
required: false
type: string
ubuntu_version:
description: 'Ubuntu version, jammy|noble'
default: 'noble'
required: false
type: string
uname_r:
description: 'raspi release in the form of <6.8.0-1005-raspi>'
required: true
default: '6.8.0-1005-raspi'
type: string
lttng_version:
description: 'LTTNG version 2.13'
default: '2.13'
required: false
type: string
jobs:
call-rpi4-kernel-build:
uses: ./.github/workflows/rpi4-kernel-build.yml
with:
uname_r: ${{ github.event.inputs.uname_r }}
kernel_version: ${{ github.event.inputs.kernel_version }}
ubuntu_version: ${{ github.event.inputs.ubuntu_version }}
lttng_version: ${{ github.event.inputs.lttng_version }}