From f9978b179012af6769d32ebf0755a84fa652ed41 Mon Sep 17 00:00:00 2001 From: Javad Shafique Date: Sun, 17 Mar 2024 22:18:35 +0100 Subject: [PATCH] README: Correct 'armvl7' to 'armv7l' Use the correct designation for the armv7l arch, as also reflected in src/lxc/confile.c. Signed-off-by: Javad Shafique --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd02b3eae..bcf26d78a 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ features. This includes (but isn't limited to): - ppc, ppc64, ppc64le - riscv64 - s390x -- armvl7, arm64 +- armv7l, arm64 - loongarch64 LXC also supports at least the following C standard libraries: -- 2.47.2