mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
Support MIPS big and little endian - fixes #849
This commit is contained in:
parent
8ec57d145e
commit
1d7f95da8e
@ -29,6 +29,8 @@ linux/386
|
||||
linux/amd64
|
||||
linux/arm
|
||||
linux/arm64
|
||||
linux/mips
|
||||
linux/mipsle
|
||||
freebsd/386
|
||||
freebsd/amd64
|
||||
freebsd/arm
|
||||
|
@ -19,6 +19,8 @@ Rclone Download VERSION
|
||||
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-VERSION-linux-amd64.zip)
|
||||
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-VERSION-linux-arm.zip)
|
||||
* [ARM - 64 Bit](http://downloads.rclone.org/rclone-VERSION-linux-arm64.zip)
|
||||
* [MIPS - Big Endian](http://downloads.rclone.org/rclone-VERSION-linux-mips.zip)
|
||||
* [MIPS - Little Endian](http://downloads.rclone.org/rclone-VERSION-linux-mipsle.zip)
|
||||
* FreeBSD
|
||||
* [386 - 32 Bit](http://downloads.rclone.org/rclone-VERSION-freebsd-386.zip)
|
||||
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-VERSION-freebsd-amd64.zip)
|
||||
|
Loading…
Reference in New Issue
Block a user