Skip to content

Commit aad205e

Browse files
committed
checks/default: add stratovirt
1 parent bd3494c commit aad205e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

checks/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ let
5252
modules = [ {
5353
microvm.hypervisor = "alioth";
5454
} ];
55+
} {
56+
id = "stratovirt";
57+
modules = [ {
58+
microvm.hypervisor = "stratovirt";
59+
} ];
5560
} ]
5661
# ro-store
5762
[ {

0 commit comments

Comments
 (0)