Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: generate multiarch manifest for bookworm
Since we're building multiple architectures to separate tags, build a manifest to make them all available under fluxrm/flux-core:bookworm To avoid a race condition between pushing the amd64 image, normally called flux-core:bookworm, and pushing the manifest, also named flux-core:bookworm, add platform to the matrix entry to force it to be called bookworm-amd64. The manifest will then make all of 386, arm64 and amd64 images available under the name flux-core:bookworm.
- Loading branch information