Emulate aarch64 on remote builder
This should allow us to remote build for the Pi, but is likely to be slow
This commit is contained in:
parent
2dff6f1fec
commit
a8eb41aeff
|
@ -47,4 +47,8 @@ in
|
|||
programs._1password-gui = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue