confile: re-add aarch64 architecture

Apparenty we dropped this when we cleaned up architecture handling. Fixes: #3832 Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 1910c228
...@@ -3230,6 +3230,7 @@ int lxc_config_parse_arch(const char *arch, signed long *persona) ...@@ -3230,6 +3230,7 @@ int lxc_config_parse_arch(const char *arch, signed long *persona)
{ "ppc", PER_LINUX32 }, { "ppc", PER_LINUX32 },
{ "powerpc", PER_LINUX32 }, { "powerpc", PER_LINUX32 },
{ "x86", PER_LINUX32 }, { "x86", PER_LINUX32 },
{ "aarch64", PER_LINUX },
{ "amd64", PER_LINUX }, { "amd64", PER_LINUX },
{ "arm64", PER_LINUX }, { "arm64", PER_LINUX },
{ "linux64", PER_LINUX }, { "linux64", PER_LINUX },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment