From c50914be7518c2a6ed7b48fb1db4c6a3a40b4521 Mon Sep 17 00:00:00 2001 From: Nico Berlee Date: Fri, 23 Feb 2024 17:46:54 +0100 Subject: [PATCH] new kernel --- .github/workflows/ci.yaml | 4 ++-- Makefile | 2 +- pkg/machinery/constants/constants.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b72a59ef2b1..14637820673 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: USERNAME: ${{ github.actor }} PLATFORM: linux/arm64 PROGRESS: plain - IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.5" + IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.5-1-g55c3daf" - name: Build an turing-rk1 installer run: | @@ -77,7 +77,7 @@ jobs: USERNAME: ${{ github.actor }} PLATFORM: linux/arm64 PROGRESS: plain - IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.5" + IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.5-1-g55c3daf" - uses: actions/upload-artifact@v3 with: diff --git a/Makefile b/Makefile index 361634a5ca3..d3bb895004b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= "" ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-2-g5e034ec PKGS ?= v1.6.0-25-g6868f38 -PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-27-g2dcb3b4 +PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-29-gea500e7 EXTRAS ?= v1.6.0-1-g113887a # renovate: datasource=github-tags depName=golang/go GO_VERSION ?= 1.21 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 89997790c34..c03d4c6ed3e 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -16,7 +16,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version. - DefaultKernelVersion = "6.6.17-talos" + DefaultKernelVersion = "6.6.18-talos" // KernelModulesPath is the default path to the kernel modules without the kernel version. KernelModulesPath = "/lib/modules"