We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3968f1 + 487915e commit fc4f167Copy full SHA for fc4f167
Makefile
@@ -53,6 +53,12 @@ IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG)
53
# support needs libsystemd-dev or libsystemd-journal-dev.
54
ENABLE_JOURNALD?=1
55
56
+ifeq ($(go env GOHOSTOS), darwin)
57
+ENABLE_JOURNALD=0
58
+else ifeq ($(go env GOHOSTOS), windows)
59
60
+endif
61
+
62
# TODO(random-liu): Support different architectures.
63
# The debian-base:v1.0.0 image built from kubernetes repository is based on
64
# Debian Stretch. It includes systemd 232 with support for both +XZ and +LZ4
0 commit comments