multiarch tags?

I know arm builds have been supported for awhile, but is there support for multiarch tags on the containers like so:
No description
4 Replies
xyny
xyny2mo ago
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
Luke Skywunker
Luke Skywunker2mo ago
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
RoyalOughtness
RoyalOughtnessOP2mo ago
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
RoyalOughtness
RoyalOughtnessOP2mo ago
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

Did you find this page helpful?