From e2b69171a79367389bac498d16a05b67e6d80d24 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 28 Aug 2022 19:56:11 +0200 Subject: [PATCH] checks/patroni: only build on x86_64-linux --- packages/system-filter.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/system-filter.nix b/packages/system-filter.nix index f8670e9..2821e60 100644 --- a/packages/system-filter.nix +++ b/packages/system-filter.nix @@ -14,5 +14,6 @@ }; checks = { keycloak = [ "x86_64-linux" ]; + patroni = [ "x86_64-linux" ]; }; }