Skip to content

Commit 36a546b

Browse files
committed
Precompiled: disabled the ubuntu22.04 6.8 kernel
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent 6aac34f commit 36a546b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/image.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
dist: ubuntu24.04
135135
- lts_kernel: 5.15
136136
dist: ubuntu24.04
137+
# FIXME -- remove once we need to release 6.8 kernel for ubuntu22.04
138+
- lts_kernel: 6.8
139+
dist: ubuntu22.04
137140
steps:
138141
- uses: actions/checkout@v4
139142
name: Check out code

.github/workflows/precompiled.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
driver_branch: 535
6868
- lts_kernel: 5.15
6969
dist: ubuntu24.04
70+
# FIXME -- remove once we need to release 6.8 kernel for ubuntu22.04
71+
- lts_kernel: 6.8
72+
dist: ubuntu22.04
7073
steps:
7174
- uses: actions/checkout@v4
7275
name: Check out code

0 commit comments

Comments
 (0)