We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92059d commit ef5efe0Copy full SHA for ef5efe0
.github/workflows/build.yml
@@ -12,7 +12,7 @@ on:
12
- master
13
14
env:
15
- kernel: "6.12.54"
+ kernel: "6.12.56"
16
GCS_BUCKET: images.metal-pod.io
17
18
jobs:
Makefile
@@ -1,5 +1,5 @@
1
.ONESHELL:
2
-KERNEL_VERSION := $(or ${KERNEL_VERSION},6.12.54)
+KERNEL_VERSION := $(or ${KERNEL_VERSION},6.12.56)
3
4
.PHONY: all
5
all: build
0 commit comments