From d991f3982c329e97c78d068eae0abf02020d21a9 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 10 Feb 2022 15:17:17 +0300 Subject: [PATCH] chore: update the kernel with IGC driver enabled https://linux-hardware.org/?id=pci:8086-15f3-1043-87d2 Also bump tools to the version with zstd compression to match pkgs build. Signed-off-by: Andrey Smirnov --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0029ba01c3..f7456c1dda 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ DOCKER_LOGIN_ENABLED ?= true NAME = Talos ARTIFACTS := _out -TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0-1-g67314b1 -PKGS ?= v0.10.0-alpha.0-20-g407459d +TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0-2-gd33b4b6 +PKGS ?= v0.10.0-alpha.0-21-g2b8cd88 EXTRAS ?= v0.8.0-alpha.0-1-g7c1f3cc GO_VERSION ?= 1.17 GOFUMPT_VERSION ?= v0.1.1