We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb1d01 commit eec515fCopy full SHA for eec515f
1 file changed
Makefile.win
@@ -52,7 +52,7 @@ build/windows/%.exe: windows-image
52
-v "$(CURDIR)/build/windows:C:/gopath/src/github.com/containerd/containerd/bin" \
53
-w "C:/gopath/src/github.com/containerd/containerd" \
54
dockereng/containerd-windows-builder \
55
- cmd.exe /C dir "&&" make -d bin/$*
+ powershell.exe Get-ChildItem
56
57
build/windows/containerd.zip: build/windows/containerd.exe build/windows/ctr.exe
58
Powershell.exe Compress-Archive -Force -Path 'build/windows/*.exe' -DestinationPath '$@'
0 commit comments