From d19e9453c8606a8f1731a8b074d84d98645e8faf Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 12 Mar 2025 12:21:56 +0100 Subject: [PATCH] Fix test build command --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index b513cd9..5d61dc8 100644 --- a/Justfile +++ b/Justfile @@ -31,6 +31,7 @@ build context dockerfile='' image_target='' *args='': -v target={{image_target}} \ -v registry_url={{registry_url}} \ -v 'buildkit_config={{buildkit_config}}' \ + -v image_platform= \ {{args}} @echo "$(tput bold)Image built and downloaded to /tmp/build-image/. You can import it with 'docker image import /tmp/build-image/image.tar '$(tput sgr0)"