chore: use release profile in docker file (#2773)

This commit is contained in:
Matthias Seitz
2023-05-22 12:27:25 +02:00
committed by GitHub
parent 71581abef5
commit d3aa36f19f

View File

@ -10,7 +10,7 @@ FROM chef AS builder
COPY --from=planner /app/recipe.json recipe.json COPY --from=planner /app/recipe.json recipe.json
# Set the build profile to be release # Set the build profile to be release
ARG BUILD_PROFILE=maxperf ARG BUILD_PROFILE=release
ENV BUILD_PROFILE $BUILD_PROFILE ENV BUILD_PROFILE $BUILD_PROFILE
# Install system dependencies # Install system dependencies