forked from the-distro/ofborg
specify supportedPlatforms to allow aarch64 tests
This commit is contained in:
parent
07f3d265f9
commit
8eb076077a
|
@ -119,6 +119,13 @@ impl Nix {
|
|||
],
|
||||
);
|
||||
command.args(&["--argstr", "system", &self.system]);
|
||||
command.args(
|
||||
&[
|
||||
"--arg",
|
||||
"supportedSystems",
|
||||
&format!("[\"{}\"]", &self.system),
|
||||
],
|
||||
);
|
||||
command.args(args);
|
||||
|
||||
return command;
|
||||
|
|
Loading…
Reference in a new issue