Add aarch-64 to Hydra CI
This commit is contained in:
parent
aebdaa3d09
commit
c722ebaeae
1 changed files with 6 additions and 1 deletions
|
@ -8,6 +8,8 @@ in
|
|||
./utils/acme-http-client.nix
|
||||
];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
services = {
|
||||
hydra = {
|
||||
enable = true;
|
||||
|
@ -39,7 +41,10 @@ in
|
|||
{
|
||||
hostName = "localhost";
|
||||
protocol = null;
|
||||
system = "x86_64-linux";
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue