mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #10670 from tianon/revert-10290-sorry-windows-norelease4u
Revert "Remove windows from the list of supported platforms"
This commit is contained in:
commit
df7a04f9a6
1 changed files with 2 additions and 4 deletions
|
@ -84,10 +84,8 @@ RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
|
||||||
ENV DOCKER_CROSSPLATFORMS \
|
ENV DOCKER_CROSSPLATFORMS \
|
||||||
linux/386 linux/arm \
|
linux/386 linux/arm \
|
||||||
darwin/amd64 darwin/386 \
|
darwin/amd64 darwin/386 \
|
||||||
freebsd/amd64 freebsd/386 freebsd/arm
|
freebsd/amd64 freebsd/386 freebsd/arm \
|
||||||
|
windows/amd64 windows/386
|
||||||
# TODO when https://jenkins.dockerproject.com/job/Windows/ is green, add windows back to the list above
|
|
||||||
# windows/amd64 windows/386
|
|
||||||
|
|
||||||
# (set an explicit GOARM of 5 for maximum compatibility)
|
# (set an explicit GOARM of 5 for maximum compatibility)
|
||||||
ENV GOARM 5
|
ENV GOARM 5
|
||||||
|
|
Loading…
Reference in a new issue