0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00

Update Makefile

This commit is contained in:
Pavel Boldyrev 2023-05-19 12:42:44 -04:00 committed by GitHub
parent 1c920de71d
commit 37494a01b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)
NAME=terraform-provider-proxmox
TARGETS=darwin linux windows
TERRAFORM_PLUGIN_EXTENSION=
VERSION=0.19.2# x-release-please-version
VERSION=0.19.1# x-release-please-version
ifeq ($(OS),Windows_NT)
TERRAFORM_PLATFORM=windows_amd64