Skip to content

Commit

Permalink
fix(dockerfile): pass CI_VERSION_PRE_RELEASE build argument to cmake (#…
Browse files Browse the repository at this point in the history
…4247)

Co-authored-by: gr0vity <[email protected]>
  • Loading branch information
gr0vity-dev and gr0vity committed Jun 16, 2023
1 parent 2e9f5bd commit 74a9fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ FROM ${ENV_REPOSITORY}:${COMPILER}
ARG NETWORK=live
ARG CI_TAG=DEV_BUILD
ARG CI_BUILD=OFF
ARG CI_VERSION_PRE_RELEASE=OFF
ADD ./ /tmp/src

WORKDIR /tmp/build

RUN \
cmake /tmp/src \
-DCI_BUILD=${CI_BUILD} \
-DCI_VERSION_PRE_RELEASE=${CI_VERSION_PRE_RELEASE} \
-DPORTABLE=1 \
-DACTIVE_NETWORK=nano_${NETWORK}_network

Expand Down

0 comments on commit 74a9fba

Please sign in to comment.