dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.59k stars 458 forks source link

Skip display setup for aarch64 as well #743

Closed dirkmueller closed 4 years ago

dirkmueller commented 4 years ago

The two supported options, vnc and spice are currently pulling in CirrosLogic device emulation, which only exists on x86_64.

eventually this will have to be reworked to offer virtio-gpu based display which is supported on aarch64, but this gets me one step further.

MalloZup commented 4 years ago

thx @dirkmueller looks good.!