We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b96a0 commit 8696911Copy full SHA for 8696911
test_sdk.sh
@@ -9,7 +9,7 @@ if [[ -z $1 ]]; then
9
echo "Please provide an SDK image you want to test"
10
fi
11
12
-declare -a boards=("pico" "pico_w" "pico2" "pico2_riscv")
+declare -a boards=("pico" "pico_w" "pico2" "pico2_riscv" "pico2_w" "pico2_w_riscv")
13
14
15
docker run -d -it --name pico-sdk --mount type=bind,source="${PWD}"/test_poject,target=/home/dev "$1"
0 commit comments