diff --git a/build.sh b/build.sh index cc04412..fc3874c 100755 --- a/build.sh +++ b/build.sh @@ -55,10 +55,6 @@ else echo "Build container for ${platform_arg}" fi -if [[ -z "${platform_arg}" ]]; then - args+=("--load") -fi - if [[ -z "${push_container_arg}" ]]; then args+=("--push") fi