Skip to content

Commit

Permalink
Merge pull request #137 from holochain/dev-01-binfmt-aarch64
Browse files Browse the repository at this point in the history
feat(x64-linux-dev-01): emulate aarch64-linux
  • Loading branch information
steveej committed Aug 14, 2024
2 parents dfdf54e + f2f16ae commit d62b1d0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,9 @@ in {
};
};

boot.binfmt.emulatedSystems = [
"aarch64-linux"
];

system.stateVersion = "23.11";
}

0 comments on commit d62b1d0

Please sign in to comment.