From 2e784404f2832e49659797e20302ded230c17e9a Mon Sep 17 00:00:00 2001 From: kirillius Date: Wed, 15 Jul 2026 17:00:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20=D1=81=D0=B1=D0=BE=D1=80?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..4d2f820 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh +GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags="-s -w" -o build/aarch64/srmd +GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o build/amd64/srmd