Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-01-27 03:13:28 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-01-27 03:13:28 +0300
commit468eb8b90896dc5849b0b76fb2a35dc71f1f6a1e (patch)
tree413f0198b530fb2b5e48889bd933fcbc1ce343ce /.github
parente95a748e773e113afc6206af167fe6c1d34b9228 (diff)
Update release.yml
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 27d3bd61..e0b9ee51 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
export GOARCH=s390x
export CC=s390x-linux-gnu-gcc
fi
- go build -o xui-release -v main.go
+ go build -ldflags "-w -s" -o xui-release -v main.go
mkdir x-ui
cp xui-release x-ui/