From 41662003dc5cffa6853bd415035a70d757eb9f3a Mon Sep 17 00:00:00 2001 From: Konrad Rokicki Date: Fri, 29 Aug 2025 17:02:54 -0400 Subject: [PATCH] removed load option which causes build error --- build.sh | 4 ---- 1 file changed, 4 deletions(-) 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