This commit is contained in:
Sergey Zhemoytel 2024-10-08 08:42:46 +00:00
parent c9124d0e7c
commit 997cae9be0

View file

@ -23,7 +23,7 @@ scanner like Grype.
%setup -q
%build
export GOPROXY=direct
export GOPROXY=https://proxy.golang.org/cached-only
go build -ldflags "-s -w" -o bin/%{name} ./cmd/%{name}
upx bin/%{name}