Skip to content

Commit

Permalink
32-bit binary for windows and freebsd
Browse files Browse the repository at this point in the history
closes #1346
closes #2218
  • Loading branch information
sparrc committed Jan 24, 2017
1 parent 80411f9 commit c882570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
}

supported_builds = {
"windows": [ "amd64" ],
"windows": [ "amd64", "i386" ],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64" ],
"freebsd": [ "amd64" ]
"freebsd": [ "amd64", "i386" ]
}

supported_packages = {
Expand Down

0 comments on commit c882570

Please sign in to comment.