From: Christian Brauner Date: Sun, 9 May 2021 13:44:59 +0000 (+0200) Subject: confile: re-add aarch64 architecture X-Git-Tag: lxc-5.0.0~174^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae2b16fda18c260e38de6f81f3024dabab2593b;p=thirdparty%2Flxc.git confile: re-add aarch64 architecture Apparenty we dropped this when we cleaned up architecture handling. Fixes: #3832 Signed-off-by: Christian Brauner --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 524c151a5..90e5ee9bb 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -3230,6 +3230,7 @@ int lxc_config_parse_arch(const char *arch, signed long *persona) { "ppc", PER_LINUX32 }, { "powerpc", PER_LINUX32 }, { "x86", PER_LINUX32 }, + { "aarch64", PER_LINUX }, { "amd64", PER_LINUX }, { "arm64", PER_LINUX }, { "linux64", PER_LINUX },