elasticsearch_exporter/Makefile
SuperQ 5c12fd5194
Update for prometheus-community
Update the codebase for the new prometheus-comunity location.
* Replace Travis with CircleCI.
* Update to standard Prometheus Makefile.common
* Update all Go references.
* Drop vendor/ dir
* Update vendoring to use Go modules.

Signed-off-by: SuperQ <superq@gmail.com>
2021-05-30 11:20:13 +02:00

11 lines
343 B
Makefile

# Ensure that 'all' is the default target otherwise it will be the first target from Makefile.common.
all::
# Needs to be defined before including Makefile.common to auto-generate targets
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
DOCKER_REPO ?= prometheuscommunity
include Makefile.common
DOCKER_IMAGE_NAME ?= elasticsearch-exporter