This commit is contained in:
Sergey Zhemoytel 2023-09-23 22:15:29 +00:00
parent a1ae01abce
commit f409684498

View file

@ -32,6 +32,8 @@ docker compose up
%setup -qn compose-%{version}
%build
export GOPROXY=direct
CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=%{version}" -o bin/%{oname} ./cmd
upx bin/%{oname}