mirror of
https://abf.rosa.ru/djam/kind.git
synced 2025-02-23 16:02:51 +00:00
0.21.0
This commit is contained in:
parent
63e33350d1
commit
a744b556a1
2 changed files with 4 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
kind-0.20.0.tar.gz: d3dac87751b739338bc5ea28c837929da0718edf
|
||||
kind-0.21.0.tar.gz: f5fdd8d0ecd83de7d7799cfd41b19e075b38d66a
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: kind
|
||||
Version: 0.20.0
|
||||
Version: 0.21.0
|
||||
Release: 1
|
||||
Summary: Kubernetes IN Docker
|
||||
URL: https://kind.sigs.k8s.io
|
||||
|
@ -20,6 +20,7 @@ Kubernetes IN Docker - local clusters for testing Kubernetes
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
%make
|
||||
|
||||
upx bin/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue