From 7ada0d288642457b690ff1cebd0e1cb12a2288d8 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..d7278be3 100644 --- a/flake.nix +++ b/flake.nix @@ -104,5 +104,8 @@ settings.formatter = { }; }; }; + flake = { + herculesCI.ciSystems = [ "x86_64-linux" ]; + }; }; }