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:
commit
d0dcaeaa04
|
@ -36,7 +36,7 @@ mkdir -p $dst
|
|||
# Prepare releases
|
||||
CHANNEL=$channel GOOS=darwin 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=arm64 GOARM=6 f
|
||||
CHANNEL=$channel GOOS=windows GOARCH=amd64 f
|
||||
|
|
Loading…
Reference in New Issue