-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make LockImageConfiguration multi-arch aware (#1432)
Previously this would just return the intersection of archs with warnings for any issues (or an error for fatal issues), but that only partially locked the architectures because anything not in the intersection would fail. Instead we'll return a map of arch to config. This is a breaking change but it's used in exactly one place and I'll fix that when I bump this. Signed-off-by: Jon Johnson <[email protected]>
- Loading branch information
1 parent
c269982
commit d45b6da
Showing
2 changed files
with
166 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters