From fe41ae9df6bf0a2267e06ec5afd314f8965e6cab Mon Sep 17 00:00:00 2001 From: Ivan-Velickovic Date: Mon, 21 Oct 2024 22:11:53 +1100 Subject: [PATCH] ci: add odroidc4 for blk example Signed-off-by: Ivan-Velickovic --- ci/examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/examples.sh b/ci/examples.sh index 57a4e6f97..39448075f 100755 --- a/ci/examples.sh +++ b/ci/examples.sh @@ -219,7 +219,7 @@ mmc() { } blk() { - BOARDS=("qemu_virt_aarch64") + BOARDS=("qemu_virt_aarch64" "odroidc4") CONFIGS=("debug" "release") for BOARD in "${BOARDS[@]}" do