Skip to content

Commit

Permalink
build 5.15 kernel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
razr committed Jan 21, 2023
1 parent 4970c6e commit 5464cbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ on:
inputs:
kernel_version:
description: 'Raspi kernel version, 5.4.0|5.15.0'
default: '5.15.0'
required: false
type: string
ubuntu_version:
description: 'Ubuntu version, focal|jammy'
default: 'jammy'
required: false
type: string
lttng_version:
description: 'LTTNG version, 2.13'
default: '2.13'
required: false
type: string

Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/build-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ on:
inputs:
kernel_version:
description: 'Raspi kernel version, 5.4.0|5.15.0'
default: '5.15.0'
required: false
type: string
ubuntu_version:
description: 'Ubuntu version, focal|jammy'
default: 'jammy'
required: false
type: string
uname_r:
description: 'raspi release in a form of <5.4.0-1058-raspi>'
description: 'raspi release in a form of <5.15.0-1012-raspi>'
required: true
default: '5.4.0-1058-raspi'
default: '5.15.0-1012-raspi'
type: string
lttng_version:
description: 'LTTNG version 2.13'
default: '2.13'
required: false
type: string
jobs:
Expand Down

0 comments on commit 5464cbf

Please sign in to comment.