We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0c36a commit f33b8a9Copy full SHA for f33b8a9
1 file changed
.travis.yml
@@ -110,7 +110,7 @@ script:
110
- tar czpvf dnscrypt-proxy-linux_arm64-${TRAVIS_TAG:-dev}.tar.gz linux-arm64
111
112
- go clean
113
- - env GOOS=linux GOARCH=mips go build -ldflags="-s -w"
+ - env GOOS=linux GOARCH=mips GOMIPS=softfloat go build -ldflags="-s -w"
114
- mkdir linux-mips
115
- ln dnscrypt-proxy linux-mips/
116
- ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mips/
0 commit comments