mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore(gallifrey): make epyc aarch64 remote builder
This commit is contained in:
parent
160615d4a0
commit
06fe1c0cb2
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue