1.6.1
All checks were successful
Run CI/CD... / main (push) Successful in 44m52s

This commit is contained in:
Your Name 2025-02-10 20:49:55 +00:00
parent 907e5e3dd3
commit eb93136e38

View file

@ -28,6 +28,7 @@ Versions, allowing the user to check before migrating
%setup -q %setup -q
%build %build
export GOPROXY=direct
CGO_ENABLED=0 go build -trimpath -ldflags "-X sigs.k8s.io/release-utils/version.gitVersion=%{version}" -o ./bin/kubepug . CGO_ENABLED=0 go build -trimpath -ldflags "-X sigs.k8s.io/release-utils/version.gitVersion=%{version}" -o ./bin/kubepug .
upx bin/%{name} upx bin/%{name}