Skip to content
Snippets Groups Projects
Unverified Commit c8825709 authored by Cameron Sparr's avatar Cameron Sparr
Browse files

32-bit binary for windows and freebsd

closes #1346
closes #2218
parent 80411f99
No related branches found
No related tags found
No related merge requests found
...@@ -83,9 +83,9 @@ targets = { ...@@ -83,9 +83,9 @@ targets = {
} }
supported_builds = { supported_builds = {
"windows": [ "amd64" ], "windows": [ "amd64", "i386" ],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64" ], "linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64" ],
"freebsd": [ "amd64" ] "freebsd": [ "amd64", "i386" ]
} }
supported_packages = { supported_packages = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment