Skip to content

Commit 470460f

Browse files
committed
GO386=387 -> GO386=softfloat
Fixes #2296
1 parent 8694753 commit 470460f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ln ../windows/* win64/
2323
zip -9 -r dnscrypt-proxy-win64-${PACKAGE_VERSION:-dev}.zip win64
2424

2525
go clean
26-
env GO386=387 GOOS=openbsd GOARCH=386 go build -mod vendor -ldflags="-s -w"
26+
env GO386=softfloat GOOS=openbsd GOARCH=386 go build -mod vendor -ldflags="-s -w"
2727
mkdir openbsd-i386
2828
ln dnscrypt-proxy openbsd-i386/
2929
ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt openbsd-i386/

0 commit comments

Comments
 (0)