add aarch64 to CI

hark-how-all-the-belkin-rings
Daniel Barlow 2023-09-21 00:00:21 +01:00
parent be22fbbb0a
commit 8d356890b0
1 changed files with 1 additions and 1 deletions

2
ci.nix
View File

@ -9,7 +9,7 @@ let
borderVmConf = ./bordervm.conf-example.nix;
inherit (pkgs.lib.attrsets) genAttrs;
devices = {
virt = [ "qemu" ];
virt = [ "qemu" "qemu-aarch64" ];
hw = [ "gl-ar750" "gl-mt300n-v2" "gl-mt300a" ];
};
vanilla = ./vanilla-configuration.nix;