Skip to content

Commit

Permalink
ci: add odroidc4 for blk example
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic authored and Cheng-Li1 committed Oct 22, 2024
1 parent aec5d6b commit fe41ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ mmc() {
}

blk() {
BOARDS=("qemu_virt_aarch64")
BOARDS=("qemu_virt_aarch64" "odroidc4")
CONFIGS=("debug" "release")
for BOARD in "${BOARDS[@]}"
do
Expand Down

0 comments on commit fe41ae9

Please sign in to comment.