Commit e291b6dc authored by lthiery's avatar lthiery
Browse files

default BUILD_NET to mainnet

parent 9c4263c8
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -6,7 +6,8 @@ ARG REBAR_DIAGNOSTIC=0
ENV DIAGNOSTIC=${REBAR_DIAGNOSTIC}
ARG VERSION
ARG BUILD_NET
# default to building for mainnet
ARG BUILD_NET=mainnet
ARG REBAR_BUILD_TARGET
ARG TAR_PATH=_build/$REBAR_BUILD_TARGET/rel/*/*.tar.gz
ARG EXTRA_BUILD_APK_PACKAGES
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment