mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Update action.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user