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
ostree/encapsulate: Support overriding platform (arch)
Currently the encapsulate code assumes it's generating
images that match the platform (os+arch) that's running.
However, for rpm-ostree we have a use case of performing
"rechunking" in a cross-architecture fashion. In the end
we don't run any code in that process, it's just manipulating
bits, so it's perfectly fine to operate cross-arch.
Allow passing in an override for the generated image platform
to facilitate this.
Signed-off-by: Colin Walters <[email protected]>
0 commit comments