mirror of
https://github.com/rclone/rclone.git
synced 2025-01-10 16:28:30 +01:00
Build for plan9/amd64 and solaris/amd64 too
This commit is contained in:
parent
59ba8f28c8
commit
4f35fb59c8
@ -12,7 +12,7 @@ Making a release
|
|||||||
* edit docs/content/changelog.md
|
* edit docs/content/changelog.md
|
||||||
* git commit -a -v
|
* git commit -a -v
|
||||||
* make retag
|
* make retag
|
||||||
* # Set the GOPATH for a gox enabled compiler - . ~/bin/go-cross
|
* # Set the GOPATH for a gox enabled compiler - . ~/bin/go-cross - not required for go >= 1.5
|
||||||
* make cross
|
* make cross
|
||||||
* make upload
|
* make upload
|
||||||
* make upload_website
|
* make upload_website
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# This uses gox from https://github.com/mitchellh/gox
|
# This uses gox from https://github.com/mitchellh/gox
|
||||||
# Make sure you've run gox -build-toolchain
|
# Make sure you've run gox -build-toolchain - not required for go >= 1.5
|
||||||
|
|
||||||
if [ "$1" == "" ]; then
|
if [ "$1" == "" ]; then
|
||||||
echo "Syntax: $0 Version"
|
echo "Syntax: $0 Version"
|
||||||
@ -13,7 +13,9 @@ VERSION="$1"
|
|||||||
|
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
gox -output "build/{{.Dir}}-${VERSION}-{{.OS}}-{{.Arch}}/{{.Dir}}"
|
gox -output "build/{{.Dir}}-${VERSION}-{{.OS}}-{{.Arch}}/{{.Dir}}" -os "darwin linux freebsd openbsd windows freebsd netbsd plan9 solaris"
|
||||||
|
# Not implemented yet: nacl dragonfly android
|
||||||
|
# gox -osarch-list for definitive list
|
||||||
|
|
||||||
mv build/rclone-${VERSION}-darwin-amd64 build/rclone-${VERSION}-osx-amd64
|
mv build/rclone-${VERSION}-darwin-amd64 build/rclone-${VERSION}-osx-amd64
|
||||||
mv build/rclone-${VERSION}-darwin-386 build/rclone-${VERSION}-osx-386
|
mv build/rclone-${VERSION}-darwin-386 build/rclone-${VERSION}-osx-386
|
||||||
|
@ -31,6 +31,9 @@ Rclone Download VERSION
|
|||||||
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-VERSION-openbsd-amd64.zip)
|
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-VERSION-openbsd-amd64.zip)
|
||||||
* Plan 9
|
* Plan 9
|
||||||
* [386 - 32 Bit](http://downloads.rclone.org/rclone-VERSION-plan9-386.zip)
|
* [386 - 32 Bit](http://downloads.rclone.org/rclone-VERSION-plan9-386.zip)
|
||||||
|
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-VERSION-plan9-amd64.zip)
|
||||||
|
* Solaris
|
||||||
|
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-VERSION-solaris-amd64.zip)
|
||||||
|
|
||||||
Downloads for scripting
|
Downloads for scripting
|
||||||
=======================
|
=======================
|
||||||
@ -61,6 +64,9 @@ script) from a URL which doesn't change then you can use these links.
|
|||||||
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-current-openbsd-amd64.zip)
|
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-current-openbsd-amd64.zip)
|
||||||
* Plan 9
|
* Plan 9
|
||||||
* [386 - 32 Bit](http://downloads.rclone.org/rclone-current-plan9-386.zip)
|
* [386 - 32 Bit](http://downloads.rclone.org/rclone-current-plan9-386.zip)
|
||||||
|
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-current-plan9-amd64.zip)
|
||||||
|
* Solaris
|
||||||
|
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-current-solaris-amd64.zip)
|
||||||
|
|
||||||
Older Downloads
|
Older Downloads
|
||||||
==============
|
==============
|
||||||
|
Loading…
Reference in New Issue
Block a user