multiarch tags?
I know arm builds have been supported for awhile, but is there support for multiarch tags on the containers like so:

7 Replies
cc: @Luke Skywunker
i don't know of there being any support for multiarch tags
i don't even know how those are created or how multiarch builds are done lol
if the images for different arches are pretty much the same image and built from the same recipe it would likely be pretty straightforward to implement this, if not already implemented
Yeah haven't added support for creating multi-arch images yet
You can build an image for each individually, but we don't have anything to put them into the same manifest yet
gotcha, i'll open an issue
that's great
ublue has started working on the prereqs for arm images so im thinking ahead a bit
GitHub
feat: multiarch recipes/images/tags · Issue #340 · blue-build/cli
For example as in this upstream: being able to publish multiarch images, something like: image-version: 41 default-arch: amd64 arch: amd64,aarch64
No rush but just wanted to check on this
Probably not going to start looking at ARM for secureblue until May at the earliest, but whether or not this is available may change that
cause if we go ahead with a new set of manifests for ARM, we're more or less committing to that
so I'd much rather wait for multiarch images so we don't need separate manifests
I can work on this feature next. I've just been so busy lately
no prob and no rush, me too