Commit 4a02aab
authored
Update kernel builder to work with kernels 6.6 and later. Add 6.8.x to kernel build list (#1992)
Summary: Update kernel builder to work with kernels 6.6 and later. Add
6.8.x to kernel build list
Sicne Ubuntu's current LTS release runs on a 6.8.x kernel, I wanted to
keep our newest kernel version in line with that. If/when this is
approved, I'll proceed with running the
[upload](https://github.com/pixie-io/pixie/blob/33244cd28d79058792a6cc06fe2637f491cd51a7/tools/docker/Makefile#L288)
(side stepping the GCS part) and then add this to the
[all_kernel_versions](https://github.com/pixie-io/pixie/blob/33244cd28d79058792a6cc06fe2637f491cd51a7/ci/github/matrix.sh#L31)
ci matrix.
Relevant Issues: N/A
Type of change: /kind feature
Test Plan: Ran the makefile target for an older and newer kernel to
verify it works now
---------
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>1 parent 887401c commit 4a02aab
2 files changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
122 | 128 | | |
123 | 129 | | |
124 | 130 | | |
| |||
0 commit comments