Commit 89e104d
committed
support conditionally building artifacts in an OSBuild stage
With coreos/coreos-assembler#3930 we can
now build multiple artifacts/platforms in a single OSBuild call.
Let's add support here for:
1. Detecting if an artifact supports building via OSBuild by
looking to see if the buildextend-{artifact} API points
to cmd-osbuild. i.e. is OSBuild the default for this artifact?
2. Allowing the pipecfg to specify additional artifacts to build
using OSBuild. This is useful if OSBuild is not yet the default
way to build this particular artifact.1 parent 057bebd commit 89e104d
3 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
430 | 450 | | |
431 | 451 | | |
432 | 452 | | |
| |||
0 commit comments