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

Enable buildx to enable multiplatform builds #762

Merged
merged 3 commits into from
Feb 12, 2025

Conversation

leplatrem
Copy link
Contributor

Current container publishing is broken because of #749

/usr/bin/docker buildx build --file RemoteSettings.Dockerfile --iidfile /home/runner/work/_temp/docker-actions-toolkit-WTbCI7/build-iidfile-89a8531826.txt --platform linux/amd64,linux/arm64 --tag mozilla/remote-settings:v32.10.0-10-g83eb --tag mozilla/remote-settings:latest --target production --metadata-file /home/runner/work/_temp/docker-actions-toolkit-WTbCI7/build-metadata-85bfe38eca.json --push .
ERROR: Multi-platform build is not supported for the docker driver.
Switch to a different driver, or turn on the containerd image store, and try again.
Learn more at https://docs.docker.com/go/build-multi-platform/

According to this https://github.com/docker/setup-buildx-action it should do the job

@leplatrem leplatrem marked this pull request as ready for review February 11, 2025 10:54
@leplatrem leplatrem requested a review from a team as a code owner February 11, 2025 10:54
@leplatrem leplatrem added bug Something isn't working docker Pull requests that update Docker code labels Feb 11, 2025
@leplatrem leplatrem merged commit f84666d into main Feb 12, 2025
6 checks passed
@leplatrem leplatrem deleted the fix-container-publishing branch February 12, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants