From cc62edb4d6784730f5ed35884c593359bc7c648c Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 11 May 2017 10:56:35 -0700 Subject: [PATCH] Revert "Only build shim on Linux" This reverts commit 296ad66d2dc30d59f92e236cf32de0206a08e3aa. Signed-off-by: Michael Crosby --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d3904ef8..c3afcaf70 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ SNAPSHOT_PACKAGES=$(shell go list ./snapshot/...) # Project binaries. COMMANDS=ctr containerd protoc-gen-gogoctrd dist ctrd-protobuild -ifeq ("$(GOOS)", "linux") +ifneq ("$(GOOS)", "windows") COMMANDS += containerd-shim endif BINARIES=$(addprefix bin/,$(COMMANDS))