Revert "Only build shim on Linux"
This reverts commit 296ad66d2d.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
			
			
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user