mirror of
https://abf.rosa.ru/djam/terraform-provider-selectel.git
synced 2025-02-23 16:23:00 +00:00
4.0.1
This commit is contained in:
parent
055b148e55
commit
5d49e8d217
2 changed files with 4 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
terraform-provider-selectel-3.11.0.tar.gz: 9e21a734819ba843a9f19458949a9680ba7db1f9
|
terraform-provider-selectel-4.0.1.tar.gz: 088d31610f3bce20bce66d70f23f225316f501b0
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: terraform-provider-%{tfprovider}
|
Name: terraform-provider-%{tfprovider}
|
||||||
Version: 3.11.0
|
Version: 4.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Terraform provider for VK cloud (Mail.ru Cloud Solutions)
|
Summary: Terraform provider for VK cloud (Mail.ru Cloud Solutions)
|
||||||
URL: https://github.com/selectel/%{name}
|
URL: https://github.com/selectel/%{name}
|
||||||
|
@ -27,7 +27,8 @@ Requires: terraform
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
go build
|
export GOPROXY=direct
|
||||||
|
go build --ldflags="-s -w" .
|
||||||
|
|
||||||
upx %{name}
|
upx %{name}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue