Add ARM node support

ARM nodes will need an updated lxc_architecture_mapping.

Change-Id: I1026450df76ae98ecfd35ad6bcfd15db05ca6c6e
Partial-Bug: #1703612
This commit is contained in:
Jean-Philippe Evrard 2017-08-22 17:41:30 +00:00
parent 51b9890267
commit c2244e88fb
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ lxc_architecture_mapping:
x86_64: amd64
ppc64le: ppc64el
s390x: s390x
armv7l: armhf
# lxc container rootfs directory and cache path
lxc_container_directory: "/var/lib/lxc"