mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Show what cross-build is executing
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
3a09b56a10
commit
d82e26ae42
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ for platform in $DOCKER_CROSSPLATFORMS; do
|
||||||
if [ "$GOOS" != "solaris" ]; then
|
if [ "$GOOS" != "solaris" ]; then
|
||||||
# TODO. Solaris cannot be cross build because of CGO calls.
|
# TODO. Solaris cannot be cross build because of CGO calls.
|
||||||
|
|
||||||
|
echo "Cross building: $DEST"
|
||||||
# go install docker/docker/pkg packages to ensure that
|
# go install docker/docker/pkg packages to ensure that
|
||||||
# they build cross platform.
|
# they build cross platform.
|
||||||
go install github.com/docker/docker/pkg/...
|
go install github.com/docker/docker/pkg/...
|
||||||
|
|
Loading…
Reference in a new issue