Skip to content

Commit

Permalink
Makefile: re-enable journal scraping on ARM (#1469)
Browse files Browse the repository at this point in the history
Drone should be able to handle this since it has native ARM machines.

Fixes #1459.
  • Loading branch information
rfratto authored Jan 6, 2020
1 parent dafb9d8 commit 9b264e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b264e5

Please sign in to comment.