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:
Trevor Vallender 2023-09-04 07:49:43 +01:00
parent 2dff6f1fec
commit a8eb41aeff
1 changed files with 4 additions and 0 deletions

View File

@ -47,4 +47,8 @@ in
programs._1password-gui = {
enable = true;
};
boot.binfmt.emulatedSystems = [
"aarch64-linux"
];
}