Skip to content

Commit ef5efe0

Browse files
authored
Kernel 6.12.56 (#151)
1 parent d92059d commit ef5efe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- master
1313

1414
env:
15-
kernel: "6.12.54"
15+
kernel: "6.12.56"
1616
GCS_BUCKET: images.metal-pod.io
1717

1818
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.ONESHELL:
2-
KERNEL_VERSION := $(or ${KERNEL_VERSION},6.12.54)
2+
KERNEL_VERSION := $(or ${KERNEL_VERSION},6.12.56)
33

44
.PHONY: all
55
all: build

0 commit comments

Comments
 (0)