github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/engine/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