Enable arm64 for binary_grub_cfg

Without modification, this produces a usable config for arm64
grub-efi iso-hybrid. Tested on qemu arm64 + serial console.
This commit is contained in:
Ryan Finnie 2020-05-20 22:31:43 -07:00 committed by Luca Boccassi
parent 13cf0e9ebe
commit 6b0cc5529b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Check_stagefile
Acquire_lockfile
# Check architecture
Check_architectures amd64 i386
Check_architectures amd64 i386 arm64
Check_crossarchitectures
_TARGET="binary/boot/grub"