We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a9fdd commit 9e35a7fCopy full SHA for 9e35a7f
1 file changed
.devcontainer/zephyr/Dockerfile
@@ -80,7 +80,9 @@ RUN . /opt/zephyr-venv/bin/activate && \
80
west sdk install --install-base /opt -t \
81
x86_64-zephyr-elf \
82
aarch64-zephyr-elf \
83
- arm-zephyr-eabi
+ arm-zephyr-eabi \
84
+ riscv64-zephyr-elf
85
+
86
87
FROM base AS ocre-ci
88
0 commit comments