ipmi_exporter/Makefile
Conrad Hoffmann 376cbdb0f1 Support make docker to build container
It gets build via the Makefile.common's `common-container` target.
2019-10-18 11:59:37 +02:00

12 lines
261 B
Makefile

# Override the default common all.
.PHONY: all precheck style unused build test
all: precheck style unused build test
DOCKER_ARCHS ?= amd64
DOCKER_IMAGE_NAME ?= ipmi-exporter
DOCKER_REPO ?= soundcloud
include Makefile.common
docker: common-docker