mirror of
https://abf.rosa.ru/djam/version-checker.git
synced 2025-02-22 23:02:48 +00:00
This commit is contained in:
parent
0b7ca81b25
commit
8c5699a35d
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
version-checker-0.8.5.tar.gz: 310d318baa680e2e71ac70ca774fc4334eb883cd
|
||||
version-checker-0.8.6.tar.gz: 27748d2004ed3835c60854de0df603f2e8bc6a79
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: version-checker
|
||||
Version: 0.8.5
|
||||
Version: 0.8.6
|
||||
Release: 1
|
||||
Summary: Kubernetes utility for exposing image versions in use
|
||||
URL: https://jetstack.io
|
||||
|
@ -24,7 +24,7 @@ alert cluster operators
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
CGO_ENABLED=0 go build -ldflags="-s -w" -o ./bin/%{name} ./cmd/.
|
||||
|
||||
upx ./bin/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue