Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
cae2b16f
Unverified
Commit
cae2b16f
authored
May 09, 2021
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
confile: re-add aarch64 architecture
Apparenty we dropped this when we cleaned up architecture handling. Fixes: #3832 Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
1910c228
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
confile.c
src/lxc/confile.c
+1
-0
No files found.
src/lxc/confile.c
View file @
cae2b16f
...
@@ -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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment