From 956e96725a3d31b683a0e4b6d4967643f1851901 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 17 Oct 2022 20:06:32 -0700 Subject: [PATCH] meta: allow passing of flavors by arguments --- build-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-all b/build-all index 6ca37f4..79a2147 100755 --- a/build-all +++ b/build-all @@ -54,10 +54,10 @@ build_simple() { : \ && build notwa-util \ \ `# phase 2` \ - && build cosmo-bootstrap \ + && build cosmo-bootstrap --build-arg=COSMO_FLAVOR="${1:-def}" \ \ `# phase 3` \ - && build cosmo-all \ + && build cosmo-all --build-arg=COSMO_FLAVOR="${2:-def}" \ && build cosmo-dist \ && build rescue \ \