Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Oct 30, 2024
1 parent 7f49111 commit cead91f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ ENV DEBIAN_FRONTEND="noninteractive"
# have the package manager scan the current repo list
RUN apt-get update

FROM base AS x64-version

# add build tools including Google test and mock
RUN ./opt/carma/scripts/install_build_tools.sh

FROM base AS x64-version
# Native build/dev environment

FROM base AS cross-compile-version

RUN ./opt/carma/scripts/install_build_tools.sh
# Cross Compile environment

# set an envionrment variable anything can use to tell this is a cross compile environment
ARG BUILD_ARCHITECTURE
Expand Down

0 comments on commit cead91f

Please sign in to comment.