Unverified Commit 07c91eef authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

musl: set arch for aarch64 (#359046)

parents 992dd01f 45556cbd
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ let
    then "x86_64"
  else if stdenv.hostPlatform.isx86_32
    then "i386"
  else if stdenv.hostPlatform.isAarch64
    then "aarch64"
  else null;

in