summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-26 13:05:23 -0400
committerseth <[email protected]>2023-04-26 13:05:23 -0400
commit2c9251b40854d506f32b008432a3e3cee972b4be (patch)
treedd855719c567ea6e6f047639fba7dddb5fc56cde
parent383e9041007fe5b571d723451290df88e57b9e62 (diff)
ci: enable runs on aarch64-linux
-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;