From cb85ffa8318e190afa213587db34f2b70093d6f7 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Wed, 10 Apr 2024 12:13:34 +0530 Subject: [PATCH] revert 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: