Merge pull request #832 from justincormack/no-darwinian-shim
Only build shim on Linux
This commit is contained in:
commit
c8beb57cbe
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ SNAPSHOT_PACKAGES=$(shell go list ./snapshot/...)
|
|||||||
|
|
||||||
# Project binaries.
|
# Project binaries.
|
||||||
COMMANDS=ctr containerd protoc-gen-gogoctrd dist ctrd-protobuild
|
COMMANDS=ctr containerd protoc-gen-gogoctrd dist ctrd-protobuild
|
||||||
ifneq ("$(GOOS)", "windows")
|
ifeq ("$(GOOS)", "linux")
|
||||||
COMMANDS += containerd-shim
|
COMMANDS += containerd-shim
|
||||||
endif
|
endif
|
||||||
BINARIES=$(addprefix bin/,$(COMMANDS))
|
BINARIES=$(addprefix bin/,$(COMMANDS))
|
||||||
|
Loading…
Reference in New Issue
Block a user