Another missed change - pass IMAGEFORMAT further down.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2023-04-06 12:40:51 +02:00
parent 59f12263ed
commit 1fe8f8f178

View File

@ -521,6 +521,7 @@ case $IMAGEFORMAT in
# Save the model name used for building, mostly for any model-specific hook execution
echo "MODEL=$MODEL" >> config/common
echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common
# Fake finished configuration for lb build
mkdir -p .build
touch .build/config