Merge "Add s390x as supported architecture"

This commit is contained in:
Jenkins 2017-06-26 13:49:20 +00:00 committed by Gerrit Code Review
commit 8b16827b79
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,7 @@ lxc_hosts_pip_package_state: "latest"
lxc_architecture_mapping:
x86_64: amd64
ppc64le: ppc64el
s390x: s390x
# Set the volume size in gigabytes for the machine image caches.
lxc_host_machine_volume_size: 16

View File

@ -0,0 +1,3 @@
---
features:
- Add support for Ubuntu on IBM z Systems (s390x).