Remove arm only EXPORT_IMAGE check

This commit is contained in:
2025-04-23 03:54:33 -07:00
parent c490b84a0d
commit 3c059bd298

View File

@@ -213,7 +213,7 @@ run_stage(){
unmount "${WORK_DIR}/${STAGE}"
if [ ! -f SKIP_IMAGES ]; then
if [ -f "${STAGE_DIR}/EXPORT_IMAGE" ] && [[ "${ARCH}" == "arm64" || "${ARCH}" == "armhf" ]]; then
if [ -f "${STAGE_DIR}/EXPORT_IMAGE" ]; then
EXPORT_DIRS="${EXPORT_DIRS} ${STAGE_DIR}"
fi
fi