2020-04-17 06:24:27 +00:00
|
|
|
# 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
|
2020-04-17 08:06:54 +00:00
|
|
|
DOCKER_REPO ?= prometheuscommunity
|
2020-04-17 06:24:27 +00:00
|
|
|
|
|
|
|
include Makefile.common
|
|
|
|
|
|
|
|
DOCKER_IMAGE_NAME ?= json-exporter
|