[TEST] re-enable aarch64-linux CI

This commit is contained in:
Andrea Ciceri 2023-12-13 14:21:54 +01:00
parent fd6ce97879
commit b19005cdb4
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}; };
}; };
} }

View file

@ -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;