Skip to content

Commit

Permalink
Add aarch64 to supported systems
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed May 19, 2022
1 parent f3663c8 commit dfc30f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfx-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
version = "20220519";
system = stdenv.buildPlatform.system;
ostypes = [ "linux" "darwin" ];
archs = [ "x86_64" ];
archs = [ "x86_64" "aarch64" ];
supported-systems =
builtins.concatMap (arch: builtins.map (os: arch + "-" + os) ostypes) archs;
motoko-base = fetchGit {
Expand Down

0 comments on commit dfc30f0

Please sign in to comment.