mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Introducing new internal function for deploying images in folders
This was previously done automatically with BUILD_ALL but since we are building images differently, we need a new name. BUILD_ALL covers other functions, so we need to detach and make a new VARIABLE.
This commit is contained in:
@@ -915,8 +915,9 @@ POST_UMOUNT_FINAL_IMAGE
|
||||
mv ${SDCARD}.raw $DESTIMG/${version}.img
|
||||
|
||||
FINALDEST=$DEST/images
|
||||
[[ "${BUILD_ALL}" == yes ]] && MAKE_FOLDERS="yes"
|
||||
|
||||
if [[ $BUILD_ALL == yes ]]; then
|
||||
if [[ "${MAKE_FOLDERS}" == yes ]]; then
|
||||
if [[ "$RC" == yes ]]; then
|
||||
FINALDEST=$DEST/images/"${BOARD}"/RC
|
||||
elif [[ "$BETA" == yes ]]; then
|
||||
|
||||
Reference in New Issue
Block a user