linux-builder: support x86_64-linux on aarch64

This commit is contained in:
Michael Hoang 2023-10-19 10:11:07 +01:00
parent 12bdeb01ff
commit ab1f45f3d3
3 changed files with 14 additions and 3 deletions

View file

@ -40,6 +40,7 @@ rec {
otherHostGuestMatrix = {
aarch64-darwin = {
aarch64-linux = "${qemuPkg}/bin/qemu-system-aarch64 -machine virt,gic-version=2,accel=hvf:tcg -cpu max";
inherit (otherHostGuestMatrix.x86_64-darwin) x86_64-linux;
};
x86_64-darwin = {
x86_64-linux = "${qemuPkg}/bin/qemu-system-x86_64 -machine type=q35,accel=hvf:tcg -cpu max";