From c5d0eb3b36b881baf57fc0482a562e0536c7350a Mon Sep 17 00:00:00 2001 From: Seednode Date: Sun, 10 Sep 2023 12:43:23 -0500 Subject: [PATCH] Re-added openbsd builds, even though those will not be truly statically linked --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 5ecbcfe..12c2aa8 100755 --- a/build.sh +++ b/build.sh @@ -31,6 +31,10 @@ platforms=( "netbsd/amd64" "netbsd/arm" "netbsd/arm64" + "openbsd/386" + "openbsd/amd64" + "openbsd/arm" + "openbsd/arm64" "openbsd/mips64" "wasip1/wasm" "windows/386"