summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0cb9d9f..c95d6e8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -142,7 +142,11 @@
herculesCI = let
inherit (import (hercules-ci-effects + "/vendor/hercules-ci-agent/default-herculesCI-for-flake.nix")) flakeToOutputs;
in rec {
- ciSystems = ["x86_64-linux"];
+ ciSystems = [
+ "x86_64-linux"
+ "aarch64-linux"
+ ];
+
onPush = {
default = {
outputs = with builtins;