Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit d6e5685

Browse files
committed
Makefile: don't compile darwin by default.
This only compiles a darwin (or whatever) bootkube if you're actually on darwin and therefore need it for the hack scripts. If you're on linux then it's just wasted cycles.
1 parent e132fe5 commit d6e5685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ GOPATH_BIN:=$(shell echo ${GOPATH} | awk 'BEGIN { FS = ":" }; { print $1 }')/bin
88
LDFLAGS=-X github.com/kubernetes-incubator/bootkube/pkg/version.Version=$(shell $(CURDIR)/build/git-version.sh)
99

1010
all: \
11+
_output/bin/$(LOCAL_OS)/bootkube \
1112
_output/bin/linux/bootkube \
12-
_output/bin/darwin/bootkube \
1313
_output/bin/linux/checkpoint
1414

1515
cross: \

0 commit comments

Comments
 (0)