Skip to content

Commit

Permalink
Compile device client binaries as Release build type (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoemorais-aws authored Aug 3, 2023
1 parent a0d1cf4 commit 95db8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ${BASE_IMAGE} AS deploy
COPY . /root/aws-iot-device-client
RUN mkdir -p /root/aws-iot-device-client/build \
&& cd /root/aws-iot-device-client/build \
&& cmake .. \
&& cmake -DCMAKE_BUILD_TYPE=Release .. \
&& cmake --build . --target aws-iot-device-client

ENTRYPOINT ["/root/aws-iot-device-client/build/aws-iot-device-client"]
Expand Down

0 comments on commit 95db8c9

Please sign in to comment.