Hercules CI builds only for x86_64-linux

This commit is contained in:
Andrea Ciceri 2023-12-08 10:25:31 +01:00
parent 8a3f3880c8
commit c494427f7b
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 71 additions and 13 deletions

9
ci/default.nix Normal file
View file

@ -0,0 +1,9 @@
{inputs, ...}: {
imports = [
inputs.hercules-ci-effects.flakeModule
];
herculesCI.ciSystems = [
"x86_64-linux"
# "aarch64-linux"
];
}