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 f97df2273b
commit 08bf9b81bc
+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