meta: enable CI for aarch64-linux
This commit is contained in:
parent
cf2f0e625c
commit
bf80c39034
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
outputs = { self, nixpkgs, flake-parts, ... }@inputs:
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
herculesCI.ciSystems = [ "x86_64-linux" ];
|
||||
herculesCI.ciSystems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
|
||||
imports = [
|
||||
inputs.hercules-ci-effects.flakeModule
|
||||
|
|
Loading…
Reference in a new issue