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)"