feat: binaries config in build entrypoint (#4602)

This commit is contained in:
Philippe Schommers 2023-02-20 12:27:55 +01:00 committed by GitHub
parent b19f7001aa
commit 97247ea6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}"