Skip to content

Commit

Permalink
Makefile.win: set BINARY_SUFFIX
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Apr 23, 2020
1 parent f7d477a commit c0d8336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build/windows/%.exe: windows-image checkout
-v "$(CURDIR)/build/windows:C:/gopath/src/github.com/containerd/containerd/bin" \
-w "C:/gopath/src/github.com/containerd/containerd" \
dockereng/containerd-windows-builder \
make bin/$*
make BINARY_SUFFIX=".exe" bin/$*

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

0 comments on commit c0d8336

Please sign in to comment.