mirror of
https://abf.rosa.ru/djam/terraform-provider-yandex.git
synced 2025-02-23 03:02:46 +00:00
0.118.0
This commit is contained in:
parent
971c2c33e4
commit
e0deb8d9df
2 changed files with 4 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
terraform-provider-yandex-0.117.0.tar.gz: 9dec1490e71cae43bcac39ac255d53254ef32045
|
||||
terraform-provider-yandex-0.118.0.tar.gz: 19e7a91b248a2e4e50b88b7f6d0b1204c44c78d1
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
%endif
|
||||
|
||||
Name: terraform-provider-%{tfprovider}
|
||||
Version: 0.117.0
|
||||
Version: 0.118.0
|
||||
Release: 1
|
||||
Summary: Terraform provider for VK cloud (Mail.ru Cloud Solutions)
|
||||
URL: https://github.com/yandex-cloud/%{name}
|
||||
|
@ -27,7 +27,8 @@ BuildRequires: upx
|
|||
|
||||
%build
|
||||
export GOPROXY=https://proxy.golang.org/cached-only
|
||||
go build --ldflags="-s -w" .
|
||||
#go mod tidy
|
||||
go build --ldflags="-s -w" -o bin/%{name} .
|
||||
|
||||
upx %{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue