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:
@@ -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'
|
||||
)
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário