8 lines
221 B
Makefile
8 lines
221 B
Makefile
|
# 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
|
||
|
|
||
|
DOCKER_IMAGE_NAME ?= check_mount_exporter
|