From 5464cbf7b80cc984ca74ae026273ff9d536cc36a Mon Sep 17 00:00:00 2001 From: Andrei Kholodnyi Date: Sun, 22 Jan 2023 00:02:43 +0100 Subject: [PATCH] build 5.15 kernel by default --- .github/workflows/build-latest.yml | 3 +++ .github/workflows/build-stable.yaml | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 72f954a..7c9a898 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -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 diff --git a/.github/workflows/build-stable.yaml b/.github/workflows/build-stable.yaml index 24aa463..3a6bc60 100644 --- a/.github/workflows/build-stable.yaml +++ b/.github/workflows/build-stable.yaml @@ -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: