Merge pull request #326 from estesp/add-multiarch-info

Update ROADMAP.md to correctly reflect current arch status
This commit is contained in:
Victor Marmol 2015-01-12 14:28:56 -08:00
commit 9377591781
1 changed files with 5 additions and 1 deletions

View File

@ -13,4 +13,8 @@ Our goal is to make libcontainer run everywhere, but currently libcontainer requ
## Cross-architecture support
Our goal is to make libcontainer run everywhere. However currently libcontainer only runs on x86_64 systems. We plan on expanding architecture support, so that libcontainer containers can be created and used on more architectures.
Our goal is to make libcontainer run everywhere. Recently libcontainer has
expanded from its initial support for x86_64 systems to include POWER (ppc64
little and big endian variants), IBM System z (s390x 64-bit), and ARM. We plan
to continue expanding architecture support such that libcontainer containers
can be created and used on more architectures.