From abe484a7b6188a7a4b304aa2bb503cb5a3a60264 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Thu, 29 Feb 2024 10:29:28 +0530 Subject: [PATCH] revert makefile changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14e43052..249d8c3f 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=amd64 GOOS=linux go build -o prometheus-adapter-custom sigs.k8s.io/prometheus-adapter/cmd/adapter + CGO_ENABLED=0 GOARCH=$(ARCH) go build sigs.k8s.io/prometheus-adapter/cmd/adapter .PHONY: container container: