Skip to content

Commit c1c32cf

Browse files
committed
Update compiled kernel version options
1 parent d691666 commit c1c32cf

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.github/workflows/compile-beta-general-kernel.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ on:
2929
- 6.1.y
3030
- 6.6.y
3131
- 6.12.y
32+
- 5.4.y_5.10.y
33+
- 5.15.y_6.1.y
34+
- 6.6.y_6.12.y
35+
- 5.4.y_5.10.y_5.15.y
36+
- 6.1.y_6.6.y_6.12.y
37+
- all
3238
kernel_auto:
3339
description: "Auto use the latest kernel"
3440
required: false

.github/workflows/compile-release-general-kernel.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ on:
3030
- 6.1.y
3131
- 6.6.y
3232
- 6.12.y
33+
- 5.4.y_5.10.y
34+
- 5.15.y_6.1.y
35+
- 6.6.y_6.12.y
36+
- 5.4.y_5.10.y_5.15.y
37+
- 6.1.y_6.6.y_6.12.y
38+
- all
3339
kernel_auto:
3440
description: "Auto use the latest kernel"
3541
required: false

.github/workflows/compile-release-rk3588-kernel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ on:
5858
default: "gcc"
5959
type: choice
6060
options:
61-
- clang
6261
- gcc
6362
- gcc-11.3
6463
- gcc-12.2

.github/workflows/compile-release-rk35xx-kernel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ on:
5858
default: "gcc"
5959
type: choice
6060
options:
61-
- clang
6261
- gcc
6362
- gcc-11.3
6463
- gcc-12.2

0 commit comments

Comments
 (0)