Skip to content

Commit

Permalink
Improve Makefile OS_ARCH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sahaqaa committed Jul 8, 2024
1 parent 6958f75 commit c2fcb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2fcb1c

Please sign in to comment.