github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/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