From c7bfc2a29265a0a0561e254dbb3a8bbb3ee179f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Wed, 15 Feb 2023 19:02:39 +0100 Subject: [PATCH] Update action.yml --- make-list/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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