Skip to content

Commit

Permalink
fix cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed Oct 26, 2016
1 parent 90dc7dd commit 8c31087
Show file tree
Hide file tree
Showing 30 changed files with 842 additions and 268 deletions.
68 changes: 36 additions & 32 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

See [the latest release](https://github.com/jpillora/cloud-torrent/releases/latest) or download it now with `curl i.jpillora.com/cloud-torrent | bash`

:warning: Currently, there are only linux 64bit releases. Please either compile from source or download a `0.8.11` release.

**Source**

*[Go](https://golang.org/dl/) is required to install from source*
Expand Down Expand Up @@ -57,7 +55,7 @@ $ docker run -d -p 3000:3000 -v /path/to/my/downloads:/downloads jpillora/cloud-

```
docker run --name ct -d -p 63000:63000 \
-v /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt \
---restart always \
-v /root/downloads:/downloads \
jpillora/cloud-torrent --port 63000
```
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/anacrolix/missinggo/event.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 3 additions & 21 deletions vendor/github.com/anacrolix/missinggo/httpresponsestatus.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 0 additions & 49 deletions vendor/github.com/anacrolix/missinggo/inherit.go

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/anacrolix/torrent/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c31087

Please sign in to comment.