build: Split and format components array

No actual changes
pull/414/head
Mike Lang 2 months ago
parent 54a97c2d01
commit 2462a957d2

15
build

@ -11,7 +11,20 @@ cd "$(dirname "$(realpath "$0")")"
# Pass PUSH=true to also push the resulting images, or PUSH=latest to push them as :latest tag # Pass PUSH=true to also push the resulting images, or PUSH=latest to push them as :latest tag
# The different images we can build # The different images we can build
COMPONENTS=(downloader restreamer backfiller thrimshim cutter sheetsync nginx postgres segment_coverage playlist_manager chat_archiver graphs) COMPONENTS=(
backfiller
chat_archiver
cutter
downloader
graphs
nginx
playlist_manager
postgres
restreamer
segment_coverage
sheetsync
thrimshim
)
# Define push if not already defined # Define push if not already defined
PUSH=${PUSH:-} PUSH=${PUSH:-}

Loading…
Cancel
Save