added aarch64-linux emulation to Anton

This commit is contained in:
willifan 2024-12-14 18:47:14 +01:00
parent 5f980fc193
commit 1b94cf91f4
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@
nix.buildMachines = [ {
hostName = "Anton";
sshUser = "builder";
system = "x86_64-linux";
systems = [ "x86_64-linux" "aarch64-linux" ];
protocol = "ssh";
# if the builder supports building for multiple architectures,
# replace the previous line by, e.g.