Skip to content

Commit

Permalink
Remove specific Linux build for ingester
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Etienne Dorval committed Sep 26, 2018
1 parent e7635b3 commit e139ccf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ build-collector:
build-ingester:
CGO_ENABLED=0 installsuffix=cgo go build -o ./cmd/ingester/ingester-$(GOOS) $(BUILD_INFO) ./cmd/ingester/main.go

.PHONY: build-ingester-linux
build-ingester-linux:
GOOS=linux $(MAKE) build-ingester

.PHONY: docker-no-ui
docker-no-ui: build-binaries-linux build-crossdock-linux
make docker-images-only
Expand Down

0 comments on commit e139ccf

Please # to comment.