File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ ln dnscrypt-proxy freebsd-arm/
6666ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-* .txt freebsd-arm/
6767tar czpvf dnscrypt-proxy-freebsd_arm-${PACKAGE_VERSION:- dev} .tar.gz freebsd-arm
6868
69+ go clean
70+ env GOOS=freebsd GOARCH=arm64 go build -mod vendor -ldflags=" -s -w"
71+ mkdir freebsd-arm64
72+ ln dnscrypt-proxy freebsd-arm64/
73+ ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-* .txt freebsd-arm64/
74+ tar czpvf dnscrypt-proxy-freebsd_arm64-${PACKAGE_VERSION:- dev} .tar.gz freebsd-arm64
75+
6976go clean
7077env GOOS=dragonfly GOARCH=amd64 go build -mod vendor -ldflags=" -s -w"
7178mkdir dragonflybsd-amd64
@@ -157,6 +164,13 @@ ln dnscrypt-proxy linux-riscv64/
157164ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-* .txt linux-riscv64/
158165tar czpvf dnscrypt-proxy-linux_riscv64-${PACKAGE_VERSION:- dev} .tar.gz linux-riscv64
159166
167+ go clean
168+ env CGO_ENABLED=0 GOOS=linux GOARCH=loong64 go build -mod vendor -ldflags=" -s -w"
169+ mkdir linux-loong64
170+ ln dnscrypt-proxy linux-loong64/
171+ ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-* .txt linux-loong64/
172+ tar czpvf dnscrypt-proxy-linux_loong64-${PACKAGE_VERSION:- dev} .tar.gz linux-loong64
173+
160174go clean
161175env GOOS=darwin GOARCH=amd64 go build -mod vendor -ldflags=" -s -w"
162176mkdir macos-x86_64
You can’t perform that action at this time.
0 commit comments