feat: release workflow (#2677)

This commit is contained in:
Bjerg
2023-05-19 19:48:23 +02:00
committed by GitHub
parent 2837fb6b9a
commit 8e89360774
15 changed files with 462 additions and 63 deletions

View File

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