Infini-FRAMEWORK: add aarch64-linux to Infini-DL360 systems
This commit is contained in:
parent
20521ad562
commit
1d20bc82fd
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
#}
|
#}
|
||||||
{
|
{
|
||||||
hostName = "infini-dl360";
|
hostName = "infini-dl360";
|
||||||
system = "x86_64-linux";
|
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 32;
|
maxJobs = 32;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue