Merge pull request #1196 from marineam/qemu

profiles: enable arm64 QEMU target
This commit is contained in:
Michael Marineau 2015-04-11 19:47:23 -07:00
commit 439ec7c15e

View File

@ -92,4 +92,4 @@ GRUB_PLATFORMS="efi-64 pc xen"
DONT_MOUNT_BOOT=1
# Both x86_64 and i386 targets are required for grub testing
QEMU_SOFTMMU_TARGETS="x86_64 i386"
QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"