From 7bbac7dea60e147cb4e47fe9740c0cd39223d88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Mon, 8 Dec 2025 01:01:19 +0100 Subject: [PATCH] kconfigcheck.toml: fix architecture typo Part-of: --- kconfigcheck.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 2429ddefd..d6c09f572 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -252,7 +252,7 @@ CHECKPOINT_RESTORE = "y" # Needed for lxc MEMCG = "y" DM_THIN_PROVISIONING = "m" # Storage Drivers SWAP = "y" -["category:containers".">=3.6"."x86 x64_64"] +["category:containers".">=3.6"."x86 x86_64"] HUGETLB_PAGE = "y" CGROUP_HUGETLB = "y" # Optional section ["category:containers".">=3.6 <6.1_rc1"."all"]