mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Publish Windows binaries in release script
Windows client being official supported, publish Docker client Windows binaries as part of the release.sh script. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
parent
a2fcae41ef
commit
241c371976
1 changed files with 7 additions and 0 deletions
|
@ -190,6 +190,13 @@ release_build() {
|
||||||
linux)
|
linux)
|
||||||
s3Os=Linux
|
s3Os=Linux
|
||||||
;;
|
;;
|
||||||
|
windows)
|
||||||
|
s3Os=Windows
|
||||||
|
binary+='.exe'
|
||||||
|
if [ "$latestBase" ]; then
|
||||||
|
latestBase+='.exe'
|
||||||
|
fi
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo >&2 "error: can't convert $s3Os to an appropriate value for 'uname -s'"
|
echo >&2 "error: can't convert $s3Os to an appropriate value for 'uname -s'"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue