From c5c0ed092aae3ef9d350ede06334f8ea2959b814 Mon Sep 17 00:00:00 2001 From: Matt Spencer Date: Thu, 16 Jul 2026 07:24:34 +0000 Subject: [PATCH] Add the ARG TARGETARCH to the deploy image build --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index be43d19..8f2efb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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