Remove 64bit builds for windows/osx

Those operating systems should be able to run 32bit binaries, even on
64bit systems, no need to confuse the user with the distinction.
Esse commit está contido em:
Felix Geisendörfer
2013-12-22 11:56:32 +01:00
commit 9cb1ff5db0
-2
Ver Arquivo
@@ -7,9 +7,7 @@ main() {
local root_dir="$( cd "${scripts_dir}"/.. && pwd )"
local targets=(
'darwin 386 zip'
'darwin amd64 zip'
'windows 386 zip'
'windows amd64 zip'
'linux 386 tar'
'linux amd64 tar'
)