Add the ARG TARGETARCH to the deploy image build
This commit is contained in:
@@ -2,6 +2,8 @@ FROM ros:jazzy
|
||||
|
||||
# Create the workspace and copy all source directories into it
|
||||
WORKDIR /ros2_ws
|
||||
ARG TARGETARCH
|
||||
|
||||
COPY src ./src/
|
||||
COPY patches ./patches/
|
||||
COPY upstream.jazzy.repos ./upstream.jazzy.repos
|
||||
|
||||
Reference in New Issue
Block a user