Atomic desktop team would like us to ignore missing ppc64le
containers when deciding whether to publish the multiarch
manifest, because ppc64le build is broken and not easily fixable,
and they don't think anyone is really using atomic desktop
containers on ppc64le anyway. This implements that for the two
desktops for which we actually (try to) build on ppc64le.
It's done as code not config for now just because expressing this
in config feels awkward and hopefully we won't need to change it
much.
Atomic desktop team would like us to ignore missing ppc64le
containers when deciding whether to publish the multiarch
manifest, because ppc64le build is broken and not easily fixable,
and they don't think anyone is really using atomic desktop
containers on ppc64le anyway. This implements that for the two
desktops for which we actually (try to) build on ppc64le.
It's done as code not config for now just because expressing this
in config feels awkward and hopefully we won't need to change it
much.
Signed-off-by: Adam Williamson awilliam@redhat.com