forked from mirrors/nixpkgs
OVMF: support riscv64
suffix
It was forgot in the previous attempt to bring up RISC V UEFI.
This commit is contained in:
parent
032d45b46c
commit
75b67b0de8
|
@ -31,6 +31,7 @@ let
|
|||
i686 = "FV/OVMF";
|
||||
x86_64 = "FV/OVMF";
|
||||
aarch64 = "FV/AAVMF";
|
||||
riscv64 = "FV/RISCV_VIRT";
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue