From d9fbacebaecf1a7f69559a7a4d64e284be273e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Wed, 21 Feb 2024 17:05:53 +0700 Subject: [PATCH] ci: configure hercules-ci to only build x86_64-linux --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 59d93946..8276d600 100644 --- a/flake.nix +++ b/flake.nix @@ -105,4 +105,7 @@ }; }; }; + flake = { + herculesCI.ciSystems = [ "x86_64-linux" ]; + }; }