profiles: enable arm64 QEMU target

May be useful to people working on CoreOS arm64 support. :)
This commit is contained in:
Michael Marineau 2015-04-10 18:05:55 -07:00
parent a0f531cf1e
commit 141c3aa8f7

View File

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