kconfigcheck.toml: fix architecture typo

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7523>
This commit is contained in:
Pablo Correa Gómez 2025-12-08 01:01:19 +01:00 committed by The Friendly Merge Bot
parent 0f5258d3ba
commit 7bbac7dea6
No known key found for this signature in database

View file

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