Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add powerpc64le architecture on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
hessammehr committed Apr 24, 2019
1 parent 93572e0 commit fb1d35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ platforms = [
Linux(:x86_64, libc=:glibc),
Linux(:aarch64, libc=:glibc),
Linux(:armv7l, libc=:glibc, call_abi=:eabihf),
Linux(:powerpc64le, libc=:glibc),
Linux(:i686, libc=:musl),
Linux(:x86_64, libc=:musl),
Linux(:aarch64, libc=:musl),
Expand Down

0 comments on commit fb1d35b

Please sign in to comment.