From 15debd6cb005fb44f2610131910b577f1418af44 Mon Sep 17 00:00:00 2001 From: Oleksandr Lytvyn Date: Tue, 9 Jul 2024 15:24:59 +0300 Subject: [PATCH] Improve Makefile OS_ARCH variable (#16) --- 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