attestation/client/client
machines/event_monitor/event_monitor
+machines/machines_agent/machines_agent
sase/ws_proxy_client/ws_proxy_client
sase/ws_tcp_proxy/ws_tcp_proxy
sd/health_exporter/health_exporter
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
-ifeq ($(GOOS)/$(GOARCH),$(shell go env GOOS)/$(shell go env GOARCH))
+ifeq ($(GOOS)/$(GOARCH),$(shell env - go env GOOS)/$(shell env - go env GOARCH))
NATIVE_BUILD := 1
else
NATIVE_BUILD := 0