File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -179,12 +179,16 @@ jobs:
179
179
- { target_arch: amd64, kernel: 6.8.10 }
180
180
- { target_arch: amd64, kernel: 6.9.1 }
181
181
- { target_arch: amd64, kernel: 6.12.16 }
182
+ - { target_arch: amd64, kernel: 6.16 }
182
183
183
184
# ARM64 (NOTE: older ARM64 kernels are not available in Cilium repos)
184
185
- { target_arch: arm64, kernel: 6.6.31 }
185
186
- { target_arch: arm64, kernel: 6.8.4 }
186
187
- { target_arch: arm64, kernel: 6.9.1 }
187
188
- { 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 }
188
192
steps :
189
193
- name : Clone code
190
194
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
You can’t perform that action at this time.
0 commit comments