mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
profiles: remove "pc xen" from arm64 GRUB_PLATFORMS
grub refuses to build these targets when host is arm64. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
a90c4265bf
commit
0064e6b3ec
@ -0,0 +1,2 @@
|
||||
# platform "pc" is not supported for target CPU "arm64"
|
||||
GRUB_PLATFORMS="efi-64"
|
@ -4,9 +4,6 @@ USE="man -pam"
|
||||
# TODO: clean up that old goo
|
||||
CROS_SDK_HOST="cros-sdk-host"
|
||||
|
||||
# Enable our assorted GRUB targets
|
||||
GRUB_PLATFORMS="efi-64 pc xen"
|
||||
|
||||
# Enable CPU architectures needed by Rust builds
|
||||
LLVM_TARGETS="X86 AArch64"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user