ipmi_exporter/Makefile

12 lines
228 B
Makefile

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