Skip to content

Commit eec515f

Browse files
committed
powershell?
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 2eb1d01 commit eec515f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ build/windows/%.exe: windows-image
5252
-v "$(CURDIR)/build/windows:C:/gopath/src/github.com/containerd/containerd/bin" \
5353
-w "C:/gopath/src/github.com/containerd/containerd" \
5454
dockereng/containerd-windows-builder \
55-
cmd.exe /C dir "&&" make -d bin/$*
55+
powershell.exe Get-ChildItem
5656

5757
build/windows/containerd.zip: build/windows/containerd.exe build/windows/ctr.exe
5858
Powershell.exe Compress-Archive -Force -Path 'build/windows/*.exe' -DestinationPath '$@'

0 commit comments

Comments
 (0)