We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8694753 commit 470460fCopy full SHA for 470460f
1 file changed
.ci/ci-build.sh
@@ -23,7 +23,7 @@ ln ../windows/* win64/
23
zip -9 -r dnscrypt-proxy-win64-${PACKAGE_VERSION:-dev}.zip win64
24
25
go clean
26
-env GO386=387 GOOS=openbsd GOARCH=386 go build -mod vendor -ldflags="-s -w"
+env GO386=softfloat GOOS=openbsd GOARCH=386 go build -mod vendor -ldflags="-s -w"
27
mkdir openbsd-i386
28
ln dnscrypt-proxy openbsd-i386/
29
ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt openbsd-i386/
0 commit comments