From 60d3ef048401840d0a633c046e293c78fef29cb8 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Wed, 6 Oct 2021 17:25:23 +0200 Subject: lib.systems.supported.tier3: add aarch64-darwin aarch64-darwin is getting built by hydra --- lib/systems/supported.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/systems/supported.nix b/lib/systems/supported.nix index 60bf3074134..ef429454f04 100644 --- a/lib/systems/supported.nix +++ b/lib/systems/supported.nix @@ -16,6 +16,7 @@ rec { ]; tier3 = [ + "aarch64-darwin" "armv6l-linux" "armv7l-linux" "i686-linux" -- cgit 1.4.1