build: remove win64, linux32 targets
This commit is contained in:
parent
a60d821e39
commit
0cb14fb964
2
build.sh
2
build.sh
@ -163,10 +163,8 @@ main() {
|
|||||||
php clientpack.php
|
php clientpack.php
|
||||||
go-bindata -nomemcopy -prefix clientpack clientpack
|
go-bindata -nomemcopy -prefix clientpack clientpack
|
||||||
|
|
||||||
GOARCH=amd64 GOOS=windows single_build "$version"
|
|
||||||
GOARCH=386 GOOS=windows single_build "$version"
|
GOARCH=386 GOOS=windows single_build "$version"
|
||||||
GOARCH=amd64 GOOS=linux single_build "$version"
|
GOARCH=amd64 GOOS=linux single_build "$version"
|
||||||
GOARCH=386 GOOS=linux single_build "$version"
|
|
||||||
|
|
||||||
# Also make source tarball
|
# Also make source tarball
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user