Add the ARG TARGETARCH to the deploy image build

This commit is contained in:
Matt Spencer
2026-07-16 07:24:34 +00:00
parent f8beede100
commit c5c0ed092a
+2
View File
@@ -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