diff --git a/make-list/action.yml b/make-list/action.yml index e7c2fb6..b7595e2 100644 --- a/make-list/action.yml +++ b/make-list/action.yml @@ -80,8 +80,7 @@ runs: DESKTOP=$(cat build/config/boards/$board.* | grep HAS_VIDEO_OUTPUT || true) [[ -z "$(echo $KERNEL | grep $branch)" ]] && continue [[ -n "$(echo $DESKTOP | grep no)" && $desktop == desktop ]] && continue - [[ $branch == legacy && $board != orangepi5 ]] && continue - [[ $branch == legacy && $board != rock-5b ]] && continue + [[ $branch == legacy && $board != orangepi5 && $board != rock-5b ]] && continue [[ $board == rpi4b && $release == sid ]] && continue [[ $board == uefi-riscv64 && $release == sid ]] && continue [[ $board == uefi-riscv64 && $desktop == desktop ]] && continue