From 06fe1c0cb2d7bbcd37ff324a68f75f0e5d68125c Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 2 Nov 2024 02:08:57 +0100 Subject: [PATCH] chore(gallifrey): make epyc aarch64 remote builder --- machines/gallifrey/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/gallifrey/default.nix b/machines/gallifrey/default.nix index 0484d7b..8e3a538 100644 --- a/machines/gallifrey/default.nix +++ b/machines/gallifrey/default.nix @@ -80,7 +80,10 @@ { hostName = "epyc.infra.newtype.fr"; maxJobs = 100; - systems = [ "x86_64-linux" ]; + systems = [ + "x86_64-linux" + "aarch64-linux" + ]; sshUser = "root"; supportedFeatures = [ "kvm"