mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 06:37:36 +03:00
Add mipsle binaries
This commit is contained in:
parent
9eeb68f3a1
commit
f8ec5bb2ed
2 changed files with 8 additions and 0 deletions
|
@ -115,6 +115,13 @@ script:
|
|||
- ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mips/
|
||||
- tar czpvf dnscrypt-proxy-linux_mips-${TRAVIS_TAG:-dev}.tar.gz linux-mips
|
||||
|
||||
- go clean
|
||||
- env GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -ldflags="-s -w"
|
||||
- mkdir linux-mipsle
|
||||
- ln dnscrypt-proxy linux-mipsle/
|
||||
- ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mipsle/
|
||||
- tar czpvf dnscrypt-proxy-linux_mipsle-${TRAVIS_TAG:-dev}.tar.gz linux-mipsle
|
||||
|
||||
- go clean
|
||||
- env GOOS=linux GOARCH=mips64 go build -ldflags="-s -w"
|
||||
- mkdir linux-mips64
|
||||
|
|
|
@ -104,6 +104,7 @@ Up-to-date, pre-built binaries are available for:
|
|||
* Linux/arm
|
||||
* Linux/arm64
|
||||
* Linux/mips
|
||||
* Linux/mipsle
|
||||
* Linux/mips64
|
||||
* Linux/mips64le
|
||||
* Linux/x86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue