32-bit binary for windows and freebsd

closes #1346
closes #2218
This commit is contained in:
Cameron Sparr 2017-01-23 20:28:13 -08:00
parent 819813ad72
commit 845392e090
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ targets = {
}
supported_builds = {
"windows": [ "amd64" ],
"windows": [ "amd64", "i386" ],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64" ],
"freebsd": [ "amd64" ]
"freebsd": [ "amd64", "i386" ]
}
supported_packages = {