Skip to content

Commit 9a2c656

Browse files
committed
fix
1 parent 7c85a09 commit 9a2c656

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44

55

6+
# Sysroot source images for rmcs-develop-full.
7+
ARG SYSROOT_IMAGE_AMD64=rmcs-base:latest
8+
ARG SYSROOT_IMAGE_ARM64=rmcs-base:latest
9+
610
# Base container, provides a runtime environment
711
FROM ros:jazzy AS rmcs-base
812
ARG TARGETARCH
@@ -162,9 +166,6 @@ RUN sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools
162166
COPY --chown=1000:1000 .script/template/env_setup.bash env_setup.bash
163167
COPY --chown=1000:1000 .script/template/env_setup.zsh env_setup.zsh
164168

165-
# Sysroot sources for cross-compilation in rmcs-develop-full.
166-
ARG SYSROOT_IMAGE_AMD64=rmcs-base:latest
167-
ARG SYSROOT_IMAGE_ARM64=rmcs-base:latest
168169
FROM --platform=linux/amd64 ${SYSROOT_IMAGE_AMD64} AS rmcs-sysroot-amd64
169170
FROM --platform=linux/arm64 ${SYSROOT_IMAGE_ARM64} AS rmcs-sysroot-arm64
170171

0 commit comments

Comments
 (0)