meta: allow passing of flavors by arguments

This commit is contained in:
Connor Olding 2022-10-17 20:06:32 -07:00
parent b5e9017414
commit 956e96725a

View File

@ -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 \
\