mirror of
https://abf.rosa.ru/djam/kubectl-execws.git
synced 2025-02-23 14:32:48 +00:00
This commit is contained in:
parent
b0c3131ce3
commit
72ce0354cf
2 changed files with 3 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
kubectl-execws-0.3.0.tar.gz: 94e8dd797c205dce49360cf4e7bc86ffcd966c4a
|
kubectl-execws-0.3.1.tar.gz: 69f38e68fe927eba78122b1b2c8b105bb58f0ab6
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: kubectl-execws
|
Name: kubectl-execws
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: "Kubectl exec" that works over WebSocket connections
|
Summary: "Kubectl exec" that works over WebSocket connections
|
||||||
URL: https://github.com/jpts/kubectl-execws
|
URL: https://github.com/jpts/kubectl-execws
|
||||||
|
@ -27,6 +27,7 @@ be a stopgap until they do.
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export GOPROXY=direct
|
||||||
go build -o ./bin/%{name}
|
go build -o ./bin/%{name}
|
||||||
|
|
||||||
upx ./bin/%{name}
|
upx ./bin/%{name}
|
||||||
|
|
Loading…
Add table
Reference in a new issue