Skip to content

Commit 2db3dff

Browse files
authored
Update kernel link (#39)
1 parent 00aa392 commit 2db3dff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/system/versions.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type KernelVersion string
88
const (
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

1414
var (
@@ -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
}

0 commit comments

Comments
 (0)