Fix name of the tags array

This commit is contained in:
Greg Hellings
2024-11-18 22:42:31 -06:00
parent de666d44c8
commit 57ac996a38
+1 -1
View File
@@ -61,7 +61,7 @@ let
variables = variables // {
only = "-only=qemu.amd64";
};
tag = [ "qemu" ];
tags = [ "qemu" ];
parallel = {
matrix = qemu_list;
};