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

Commit

Permalink
Merge pull request #3 from hessammehr/master
Browse files Browse the repository at this point in the history
Add powerpc64le architecture on Linux.
  • Loading branch information
SimonDanisch authored Apr 24, 2019
2 parents 93572e0 + fb1d35b commit 7d80ddd
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 7d80ddd

Please sign in to comment.