Skip to content

Commit a67e6c9

Browse files
committed
feat(container/zephyr): riscv toolchains
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 10b24ed commit a67e6c9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/zephyr/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ RUN . /opt/zephyr-venv/bin/activate && \
8080
west sdk install --install-base /opt -t \
8181
x86_64-zephyr-elf \
8282
aarch64-zephyr-elf \
83-
arm-zephyr-eabi
83+
arm-zephyr-eabi \
84+
riscv32-zephyr-elf \
85+
riscv64-zephyr-elf
86+
8487

8588
FROM base AS ocre-ci
8689

0 commit comments

Comments
 (0)