File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type KernelVersion string
88const (
99 // Kernel versions from Kernel linux build
1010 Kernel_202511182 KernelVersion = "ch-6.12.8-kernel-1-202511182"
11- Kernel_20251211 KernelVersion = "ch-6.12.8-kernel-2 -20251211"
11+ Kernel_20251211 KernelVersion = "ch-6.12.8-kernel-1.1 -20251211"
1212)
1313
1414var (
@@ -30,8 +30,8 @@ var KernelDownloadURLs = map[KernelVersion]map[string]string{
3030 "aarch64" : "https://github.com/onkernel/linux/releases/download/ch-6.12.8-kernel-1-202511182/Image-arm64" ,
3131 },
3232 Kernel_20251211 : {
33- "x86_64" : "https://github.com/onkernel/linux/releases/download/ch-6.12.8-kernel-2 -20251211/vmlinux-x86_64" ,
34- "aarch64" : "https://github.com/onkernel/linux/releases/download/ch-6.12.8-kernel-2 -20251211/Image-arm64" ,
33+ "x86_64" : "https://github.com/onkernel/linux/releases/download/ch-6.12.8-kernel-1.1 -20251211/vmlinux-x86_64" ,
34+ "aarch64" : "https://github.com/onkernel/linux/releases/download/ch-6.12.8-kernel-1.1 -20251211/Image-arm64" ,
3535 },
3636 // Add future versions here
3737}
You can’t perform that action at this time.
0 commit comments