Files
linuxkit/pkg/node_exporter/Makefile
Rolf Neugebauer fee2a62f26 pkg: Disable some packages for arm64
They either won't work or the packages are specific
to x86_64 like the DfM or VMware packages.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-08-03 17:46:11 +01:00

7 lines
152 B
Makefile

IMAGE=node_exporter
# Can't pull with content trust. Skip for now
# https://github.com/linuxkit/linuxkit/issues/2349
ARCHES=SKIP
include ../package.mk