Skip to content

Commit d7c1270

Browse files
Correct aarch64 path (project-chip#37320)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 22d2574 commit d7c1270

File tree

1 file changed

+2
-2
lines changed
  • integrations/docker/images/vscode/chip-build-vscode

1 file changed

+2
-2
lines changed

integrations/docker/images/vscode/chip-build-vscode/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY --from=telink /opt/telink/zephyr-sdk-0.16.1 /opt/telink/zephyr-sdk-0.16.1
4242

4343
COPY --from=tizen /opt/tizen-sdk /opt/tizen-sdk
4444

45-
COPY --from=crosscompile /opt/ubuntu-22.04.1-aarch64-sysroot /opt/ubuntu-22.04.1-aarch64-sysroot
45+
COPY --from=crosscompile /opt/ubuntu-24.04-aarch64-sysroot /opt/ubuntu-24.04-aarch64-sysroot
4646

4747
COPY --from=ameba /opt/ameba /opt/ameba
4848

@@ -124,7 +124,7 @@ ENV NRF5_TOOLS_ROOT=/opt/NordicSemiconductor/nRF5_tools
124124
ENV OPENOCD_PATH=/opt/openocd/
125125
ENV QEMU_ESP32=/opt/espressif/qemu/qemu-system-xtensa
126126
ENV QEMU_ESP32_DIR=/opt/espressif/qemu
127-
ENV SYSROOT_AARCH64=/opt/ubuntu-22.04.1-aarch64-sysroot
127+
ENV SYSROOT_AARCH64=/opt/ubuntu-24.04-aarch64-sysroot
128128
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
129129
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.16.1
130130
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1

0 commit comments

Comments
 (0)