mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2024-12-23 14:32:16 +00:00
12 lines
228 B
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
|