Skip to content

Commit

Permalink
Added hardware build type
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jul 22, 2024
1 parent f6a228b commit 91739c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ FROM ros:${PREFIX}${ROS_DISTRO}-ros-base AS healthcheck_builder
ARG ROS_DISTRO
ARG PREFIX
ARG MYDISTRO
ENV HUSARION_ROS_BUILD hardware

SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -39,6 +40,7 @@ FROM ros:${PREFIX}${ROS_DISTRO}-ros-base AS ros_builder
ARG ROS_DISTRO
ARG PREFIX
ARG MYDISTRO
ENV HUSARION_ROS_BUILD hardware

SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -71,6 +73,7 @@ FROM ros:${PREFIX}${ROS_DISTRO}-ros-core
ARG ROS_DISTRO
ARG PREFIX
ARG MYDISTRO
ENV HUSARION_ROS_BUILD hardware

SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit 91739c8

Please sign in to comment.