From 2c9251b40854d506f32b008432a3e3cee972b4be Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 26 Apr 2023 13:05:23 -0400 Subject: ci: enable runs on aarch64-linux --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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; -- cgit v1.2.3