Skip to content

Commit 58064ec

Browse files
committed
Add 6.16 kernel to CI
1 parent e6de730 commit 58064ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test-on-pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,16 @@ jobs:
179179
- { target_arch: amd64, kernel: 6.8.10 }
180180
- { target_arch: amd64, kernel: 6.9.1 }
181181
- { target_arch: amd64, kernel: 6.12.16 }
182+
- { target_arch: amd64, kernel: 6.16 }
182183

183184
# ARM64 (NOTE: older ARM64 kernels are not available in Cilium repos)
184185
- { target_arch: arm64, kernel: 6.6.31 }
185186
- { target_arch: arm64, kernel: 6.8.4 }
186187
- { target_arch: arm64, kernel: 6.9.1 }
187188
- { target_arch: arm64, kernel: 6.12.16 }
189+
# qemu has a bug that prevents booting the following kernel on ARM,
190+
# fixed in qemu 9.2
191+
#- { target_arch: arm64, kernel: 6.16 }
188192
steps:
189193
- name: Clone code
190194
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)