github.com/jwhonce/docker@v0.6.7-0.20190327063223-da823cf3a5a3/hack/make/cross-platform-dependent (about) 1 #!/usr/bin/env bash 2 set -e 3 4 if [ ${platform} == "windows/amd64" ]; then 5 source "${MAKEDIR}/containerutility" 6 fi