From 4fc20f1de8fcdc8c3818f5466a41305a2430d738 Mon Sep 17 00:00:00 2001 From: Seednode Date: Mon, 6 Feb 2023 09:26:54 -0600 Subject: [PATCH] Added freebsd/riscv64 build target --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 5e193c9..17ee959 100755 --- a/build.sh +++ b/build.sh @@ -13,6 +13,7 @@ platforms=( "freebsd/amd64" "freebsd/arm" "freebsd/arm64" + "freebsd/riscv64" "illumos/amd64" "js/wasm" "linux/386"