]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
confile: re-add aarch64 architecture
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 9 May 2021 13:44:59 +0000 (15:44 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 9 May 2021 13:45:42 +0000 (15:45 +0200)
Apparenty we dropped this when we cleaned up architecture handling.

Fixes: #3832
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/confile.c

index 524c151a5c15fce7526aa0d9167b275b80e09a0e..90e5ee9bb85dc012e1af3213d43d61e19a5bbcf0 100644 (file)
@@ -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   },