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
Enable possibility to use capabilities in images jobs
Make capabilities and additional_architectures equivalent during transition.
Both fields are merged into a unified capabilities list via AllCapabilities().
For architecture-specific logic (e.g. ResolveMultiArch), ArchitectureCapabilities()
filters the merged list against valid architecture strings.
- Add AllCapabilities() and ArchitectureCapabilities() helpers
- Mark AdditionalArchitectures as deprecated in favor of Capabilities
- Update prowgen, validation, project_image, and image-graph-generator
to use the new helpers instead of accessing fields directly
- Add validation for Capabilities values
- Fix Capabilities comment on image build config (was "test runs")
Signed-off-by: Jakub Guzik <jguzik@redhat.com>
0 commit comments