added aarch64-linux emulation to Anton
This commit is contained in:
parent
5f980fc193
commit
1b94cf91f4
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue