Cross Compiling
cross compile for ARM with LXC
ARM 32-bit v7
sudo apt-get install lxc qemu-user-static qemu-user-static -y sudo lxc launch ubuntu:14.04/armhf loki sudo lxc-attach -n loki lscpu
ARM 64-bit V8 (ARM64)
sudo apt-get install lxc qemu-user-static qemu-user-static -y sudo lxc launch ubuntu:14.04/arm64 sif sudo lxc-attach -n sif lscpu