mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-01-05 06:02:35 +00:00
376cbdb0f1
It gets build via the Makefile.common's `common-container` target.
12 lines
261 B
Makefile
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
|