From 6fc92746230aafd906c7050efc4ba4ec4375f67c Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Mon, 11 Nov 2024 08:26:20 +0100 Subject: [PATCH] Kernel 6.6.60 (#127) --- .github/workflows/build.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cbd9f6..4fec917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: - master env: - kernel: "6.6.58" + kernel: "6.6.60" GCS_BUCKET: images.metal-pod.io jobs: diff --git a/Makefile b/Makefile index ea235bc..b159bd6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .ONESHELL: -KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.58) +KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.60) .PHONY: all all: build