mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #2739 from justincormack/darwin-cond
Fix darwin conditional in Kub Makefile
This commit is contained in:
commit
377679858e
@ -3,10 +3,11 @@ KUBE_NETWORK ?= weave
|
||||
|
||||
KUBE_NETWORK_WEAVE ?= v2.0.5
|
||||
|
||||
ifeq ($(shell uname -s),"Darwin")
|
||||
ifeq ($(shell uname -s),Darwin)
|
||||
KUBE_FORMATS ?= iso-efi
|
||||
endif
|
||||
else
|
||||
KUBE_FORMATS ?= iso-bios
|
||||
endif
|
||||
|
||||
KUBE_FORMAT_ARGS := $(patsubst %,-format %,$(KUBE_FORMATS))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user