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

Remove Docker Buildx setup step from server CI #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

StenAL
Copy link
Owner

@StenAL StenAL commented May 20, 2023

The Buildx Docker backend supports building multi-arch images and is used by default since Docker Engine 23.0.0, bundled into Docker Desktop 4.19.

The default Buildx docker driver however does not support multi-arch images and so setup-buildx-action still needs to be run to set up the docker-container driver. This PR is used to track whether the default driver has changed and if the Buildx setup can be avoided.

See https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md for Moby/Docker version on GitHub Actions runner.

The Buildx builder is used by default since Moby 23.0.0, bundled into
Docker Desktop 4.19
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.

1 participant