From c79b5d2276a2b9b8e321cbea57f85bc7bde9607d Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Mon, 6 Jan 2020 09:09:10 -0500 Subject: [PATCH] Makefile: re-enable journal scraping on ARM Drone should be able to handle this since it has native ARM machines. Fixes #1459. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 7e5648bdc66b0..6fcd3cf709e03 100644 --- a/Makefile +++ b/Makefile @@ -187,13 +187,11 @@ PROMTAIL_DEBUG_GO_FLAGS := $(DEBUG_GO_FLAGS) # Validate GOHOSTOS=linux && GOOS=linux to use CGO. ifeq ($(shell go env GOHOSTOS),linux) ifeq ($(shell go env GOOS),linux) -ifeq ($(shell go env GOARCH),amd64) PROMTAIL_CGO = 1 PROMTAIL_GO_FLAGS = $(DYN_GO_FLAGS) PROMTAIL_DEBUG_GO_FLAGS = $(DYN_DEBUG_GO_FLAGS) endif endif -endif promtail: yacc cmd/promtail/promtail promtail-debug: yacc cmd/promtail/promtail-debug