mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-26 00:02:34 +01:00
Add mipsle binaries
This commit is contained in:
parent
9eeb68f3a1
commit
f8ec5bb2ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user