Skip to content

Commit

Permalink
Merge pull request lxc#4391 from gibmat/fix-x32-container-creation
Browse files Browse the repository at this point in the history
Add x32 to the list of recognized architectures
  • Loading branch information
stgraber authored Jan 30, 2024
2 parents cb5bd70 + 44e845b commit 3efa1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lxc/confile.c
Original file line number Diff line number Diff line change
Expand Up @@ -3268,6 +3268,7 @@ int lxc_config_parse_arch(const char *arch, signed long *persona)
{ "mipsel", PER_LINUX32 },
{ "ppc", PER_LINUX32 },
{ "powerpc", PER_LINUX32 },
{ "x32", PER_LINUX32 },
{ "x86", PER_LINUX32 },
{ "aarch64", PER_LINUX },
{ "amd64", PER_LINUX },
Expand Down

0 comments on commit 3efa1c3

Please sign in to comment.