cgroup_exporter/Makefile

8 lines
216 B
Makefile
Raw Normal View History

2020-02-12 16:07:45 +00:00
# Needs to be defined before including Makefile.common to auto-generate targets
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
DOCKER_REPO ?= treydock
include Makefile.common
2020-02-12 17:26:18 +00:00
DOCKER_IMAGE_NAME ?= cgroup_exporter