export lite image

arm64
Serge Schneider 2020-08-06 10:29:04 +01:00
parent 0f41e41c8c
commit 75123fd64e
1 changed files with 4 additions and 0 deletions

4
stage2/EXPORT_IMAGE Normal file
View File

@ -0,0 +1,4 @@
IMG_SUFFIX="-lite"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi