From 2462a957d2296275cf84b79b952fba8b0a83d984 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Mon, 30 Sep 2024 13:31:36 +1000 Subject: [PATCH] build: Split and format components array No actual changes --- build | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build b/build index e292518..2bade0c 100755 --- a/build +++ b/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 # 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 PUSH=${PUSH:-}