Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): multi-arch build #3884

Merged
merged 1 commit into from
Feb 3, 2025
Merged

fix(ci): multi-arch build #3884

merged 1 commit into from
Feb 3, 2025

Conversation

kolesnikovae
Copy link
Collaborator

@kolesnikovae kolesnikovae commented Feb 3, 2025

Starting from buildx v0.10.0, docker manifest can no longer be used to create multi-platform images. This is due to a change in the output format, which now includes a provenance attestation and creates a manifest list – something that docker manifest does not expect and cannot handle. Instead, docker buildx imagetools should be used to craft multi-architecture manifests.

We should also consider using docker buildx imagetools in weekly builds, where we re-push images using the standard Docker, which does not add attestation and, therefore, avoids this issue.

@kolesnikovae kolesnikovae marked this pull request as ready for review February 3, 2025 07:04
@kolesnikovae kolesnikovae requested a review from a team as a code owner February 3, 2025 07:04
@kolesnikovae kolesnikovae merged commit 96ba895 into main Feb 3, 2025
19 checks passed
@kolesnikovae kolesnikovae deleted the fix/multi-arch-build branch February 3, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants