meta: allow passing of flavors by arguments
This commit is contained in:
parent
b5e9017414
commit
956e96725a
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue