Skip to content

Commit

Permalink
fix release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Oct 17, 2016
1 parent 9ae4611 commit 8b936bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ $GOPATH/bin/build --os=linux --arch=arm64 --zip
$GOPATH/bin/build --os=linux --arch=mips64 --zip
$GOPATH/bin/build --os=freebsd --arch=x86 --zip
$GOPATH/bin/build --os=freebsd --arch=amd64 --zip
$GOPATH/bin/build --os=openbsd --arch=amd64 --zip
$GOPATH/bin/build --os=openbsd --arch=x86 --zip
$GOPATH/bin/build --os=openbsd --arch=amd64 --zip

0 comments on commit 8b936bc

Please sign in to comment.