Skip to content

Commit

Permalink
ci: add missing board support for blk example
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
  • Loading branch information
Ivan-Velickovic committed Jan 30, 2025
1 parent 9c7de0b commit 9351441
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 @@ serial() {
}

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

0 comments on commit 9351441

Please sign in to comment.