I am trying to make ubuntu 16 armhf machine on ubuntu 16 64 host machine. I tried withafter installing qemu-user-static packages.
Running this command
lxc launch images:ubuntu/xenial/armhf blaharmhf1
Gave this error
Creating blaharm1d
error: Failed container creation:
- https://images.linuxcontainers.org: Requested architecture isn't supported by this host
How to run armhf container on ubuntu 16? Is lxc the correct tool in the first place or I should use KVM or similar tool?