Build complete set of arm64 images

This commit is contained in:
Serge Schneider
2022-01-11 11:20:35 +00:00
parent ef933ae156
commit 69cc4146c8
4 changed files with 10 additions and 0 deletions

4
stage5/EXPORT_IMAGE Normal file
View File

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