Merge: i386/linux: don't build binary with sse

Close #996

* commit '4b2a2615cbb14c7297707104789a5983f7f1bada':
  i386/linux: don't build binary with sse
This commit is contained in:
Simon Zolin 2019-09-11 16:46:22 +03:00
commit d0dcaeaa04
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ mkdir -p $dst
# Prepare releases # Prepare releases
CHANNEL=$channel GOOS=darwin GOARCH=amd64 f CHANNEL=$channel GOOS=darwin GOARCH=amd64 f
CHANNEL=$channel GOOS=linux GOARCH=amd64 f CHANNEL=$channel GOOS=linux GOARCH=amd64 f
CHANNEL=$channel GOOS=linux GOARCH=386 f CHANNEL=$channel GOOS=linux GOARCH=386 GO386=387 f
CHANNEL=$channel GOOS=linux GOARCH=arm GOARM=6 f CHANNEL=$channel GOOS=linux GOARCH=arm GOARM=6 f
CHANNEL=$channel GOOS=linux GOARCH=arm64 GOARM=6 f CHANNEL=$channel GOOS=linux GOARCH=arm64 GOARM=6 f
CHANNEL=$channel GOOS=windows GOARCH=amd64 f CHANNEL=$channel GOOS=windows GOARCH=amd64 f