diff --git a/Makefile b/Makefile index fc47caceb..f2a193534 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 -ifneq ("$(GOOS)", "windows") +ifeq ("$(GOOS)", "linux") COMMANDS += containerd-shim endif BINARIES=$(addprefix bin/,$(COMMANDS))