From 0d0bb31cf766ece4c78ffe3f4094f94a9990d88c Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 23 Mar 2023 21:34:17 +0400 Subject: [PATCH] fix: use stripped kernel modules Fixes #6931 See https://github.com/siderolabs/pkgs/pull/690 Signed-off-by: Andrey Smirnov --- Makefile | 2 +- pkg/machinery/gendata/data/pkgs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27813cc2a..e3ed60cc1 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ NAME = Talos ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0-alpha.0-26-g2d710f9 -PKGS ?= v1.4.0-alpha.0-35-gc26b0b5 +PKGS ?= v1.4.0-alpha.0-36-g5d77814 EXTRAS ?= v1.4.0-alpha.0-7-g343956e # renovate: datasource=github-tags depName=golang/go GO_VERSION ?= 1.20 diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index e433a21b8..8f86631de 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.4.0-alpha.0-35-gc26b0b5 \ No newline at end of file +v1.4.0-alpha.0-36-g5d77814 \ No newline at end of file