moby--moby/hack/make/cross-platform-dependent

7 lines
115 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -e
if [[ ${platform} == "windows/amd64" ]]; then
source "${MAKEDIR}/containerutility"
fi