This commit is contained in:
Sergey Zhemoytel 2024-03-31 20:34:13 +00:00
parent 8636172bb4
commit 4e373f8778

View file

@ -27,7 +27,7 @@ BuildRequires: upx
%build %build
export GOPROXY=https://proxy.golang.org/cached-only export GOPROXY=https://proxy.golang.org/cached-only
#go mod tidy go mod tidy
go build --ldflags="-s -w" . go build --ldflags="-s -w" .
upx %{name} upx %{name}