fix: use stripped kernel modules

Fixes #6931

See https://github.com/siderolabs/pkgs/pull/690

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2023-03-23 21:34:17 +04:00
parent 3583eea983
commit 0d0bb31cf7
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
v1.4.0-alpha.0-35-gc26b0b5
v1.4.0-alpha.0-36-g5d77814