[TEST] re-enable aarch64-linux
CI
This commit is contained in:
parent
fd6ce97879
commit
b19005cdb4
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
inherit (self.nixosConfigurations) picard;
|
inherit (self.nixosConfigurations) picard;
|
||||||
};
|
};
|
||||||
aarch64-linux = {
|
aarch64-linux = {
|
||||||
inherit (self.nixosConfigurations) rock5b; #pbp;
|
inherit (self.nixosConfigurations) sisko; #pbp;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
];
|
];
|
||||||
herculesCI.ciSystems = [
|
herculesCI.ciSystems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
# "aarch64-linux"
|
"aarch64-linux"
|
||||||
];
|
];
|
||||||
hercules-ci.flake-update = {
|
hercules-ci.flake-update = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue