From 3b53ef938d13fea59183c8fb8ead029073a14e34 Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 20 Nov 2025 08:47:54 -0700 Subject: [PATCH] build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..ad76270 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash + +export CGO_ENABLED=1 +export CC=x86_64-linux-musl-gcc +exec go build -ldflags="-linkmode external -extldflags '-static'" -o exec-rproxy3