From 7622f95f9a58ce4db5df6eaec1c6954c16c728ad Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 26 Aug 2022 17:56:39 +0200 Subject: [PATCH] Hercules: build only on x86_64-linux and aarch64-linux --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 3e52440cb..afea8085c 100644 --- a/flake.nix +++ b/flake.nix @@ -705,5 +705,9 @@ // { default = self.devShells.${system}.stdenv; } ); + herculesCI.ciSystems = [ + "x86_64-linux" + "aarch64-linux" + ]; }; }