From 57b07c911bf44489c41792b5b95ebf64ed216094 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Thu, 22 Feb 2024 15:39:41 +0530 Subject: [PATCH] add telemetry endpoint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ab9b9c2..14e43052 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: prometheus-adapter SRC_DEPS=$(shell find pkg cmd -type f -name "*.go") prometheus-adapter: $(SRC_DEPS) - CGO_ENABLED=0 GOARCH=$(ARCH) go build -o prometheus-adapter-custom sigs.k8s.io/prometheus-adapter/cmd/adapter + CGO_ENABLED=0 GOARCH=amd64 GOOS=linux go build -o prometheus-adapter-custom sigs.k8s.io/prometheus-adapter/cmd/adapter .PHONY: container container: