Merge pull request #9642 from jfrazelle/windows
Add windows back. Upstream-commit: 1bdf579928482e8ff3a84b633fe7049b8d3d7d88 Component: engine
This commit is contained in:
@ -68,9 +68,8 @@ RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
|
||||
ENV DOCKER_CROSSPLATFORMS \
|
||||
linux/386 linux/arm \
|
||||
darwin/amd64 darwin/386 \
|
||||
freebsd/amd64 freebsd/386 freebsd/arm
|
||||
# windows is experimental for now
|
||||
# windows/amd64 windows/386
|
||||
freebsd/amd64 freebsd/386 freebsd/arm \
|
||||
windows/amd64 windows/386
|
||||
|
||||
# (set an explicit GOARM of 5 for maximum compatibility)
|
||||
ENV GOARM 5
|
||||
|
||||
Reference in New Issue
Block a user