#!/usr/bin/env bash
set -e

if [[ ${platform} == "windows/amd64" ]]; then
	source "${MAKEDIR}/containerutility"
fi