You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments