diff --git a/scripts/main.sh b/scripts/main.sh index cde296c..be2e785 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -244,7 +244,7 @@ if [[ ${BUILD_OPT} == image || ${BUILD_OPT} == rootfs ]]; then elif [[ $BRANCH == current || $BRANCH == dev ]]; then RELEASE_TARGET="buster bionic focal" - + [[ $LINUXFAMILY == sun50iw6 ]] && RELEASE_TARGET="buster focal" else [[ -z $BRANCH ]] && exit_with_error "No kernel branch selected"