We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c367a82 commit 1afd573Copy full SHA for 1afd573
1 file changed
.ci/ci-build.sh
@@ -141,6 +141,13 @@ ln dnscrypt-proxy linux-mips64le/
141
ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt linux-mips64le/
142
tar czpvf dnscrypt-proxy-linux_mips64le-${PACKAGE_VERSION:-dev}.tar.gz linux-mips64le
143
144
+go clean
145
+env CGO_ENABLED=0 GOOS=linux GOARCH=riscv64 go build -mod vendor -ldflags="-s -w"
146
+mkdir linux-riscv64
147
+ln dnscrypt-proxy linux-riscv64/
148
+ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt linux-riscv64/
149
+tar czpvf dnscrypt-proxy-linux_riscv64-${PACKAGE_VERSION:-dev}.tar.gz linux-riscv64
150
+
151
go clean
152
env GOOS=darwin GOARCH=amd64 go build -mod vendor -ldflags="-s -w"
153
mkdir macos-x86_64
0 commit comments