Skip to content

Commit 9e35a7f

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/zephyr/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ 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+
riscv64-zephyr-elf
85+
8486

8587
FROM base AS ocre-ci
8688

0 commit comments

Comments
 (0)