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

Commit

Permalink
Add missing platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Apr 5, 2018
1 parent 397dbfc commit a7471e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ make install
platforms = [
BinaryProvider.Linux(:i686, :glibc),
BinaryProvider.Linux(:x86_64, :glibc),
BinaryProvider.Linux(:aarch64, :glibc),
BinaryProvider.Linux(:armv7l, :glibc),
BinaryProvider.Linux(:powerpc64le, :glibc),
BinaryProvider.MacOS(),
BinaryProvider.Windows(:i686)
BinaryProvider.Windows(:i686),
BinaryProvider.Windows(:x86_64)
]

# The products that we will ensure are always built
Expand Down

0 comments on commit a7471e8

Please sign in to comment.