From c2fcb1c57ddb894aa776c0ff9a1da3ea6ccbd055 Mon Sep 17 00:00:00 2001 From: Olexandr Lytvyn Date: Mon, 8 Jul 2024 18:17:13 +0300 Subject: [PATCH] Improve Makefile OS_ARCH variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 937057a..b9b8722 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAMESPACE=openvpn NAME=cloudconnexa VERSION=0.0.12 BINARY=terraform-provider-${NAME} -OS_ARCH=darwin_arm64 +OS_ARCH=$(shell go env GOHOSTOS)_$(shell go env GOHOSTARCH) default: install