feat: binaries config in build entrypoint (#4602)
This commit is contained in:
parent
b19f7001aa
commit
97247ea6e7
|
@ -17,7 +17,7 @@ if [[ -z "${1}" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
PLATFORM="${1}"
|
||||
BINARIES="nimbus_beacon_node nimbus_validator_client"
|
||||
BINARIES="${BINARIES:-nimbus_beacon_node nimbus_validator_client}"
|
||||
|
||||
echo "==================STARTING BUILD=================="
|
||||
echo "Build Tools = ${BUILD_TOOLS}"
|
||||
|
|
Loading…
Reference in New Issue