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
|
./utils/acme-http-client.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
hydra = {
|
hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -39,7 +41,10 @@ in
|
||||||
{
|
{
|
||||||
hostName = "localhost";
|
hostName = "localhost";
|
||||||
protocol = null;
|
protocol = null;
|
||||||
system = "x86_64-linux";
|
systems = [
|
||||||
|
"x86_64-linux"
|
||||||
|
"aarch64-linux"
|
||||||
|
];
|
||||||
supportedFeatures = [
|
supportedFeatures = [
|
||||||
"kvm"
|
"kvm"
|
||||||
"nixos-test"
|
"nixos-test"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue