You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the build job for the Windows container images, we're using docker/setup-buildx-action@v3 to install buildx and generate a builder for use with the multi-arch builds.
Experimental support for BuildKit on Windows was released back in March 2024 (moby/buildkit#616 (comment)) and there's documented steps for getting BuildKit running on Windows.
In order to get Windows builds functioning, we should...
When running the build job for the Windows container images, we're using
docker/setup-buildx-action@v3
to install buildx and generate a builder for use with the multi-arch builds.As seen in the output of the triggered build test https://github.com/amargherio/mechanic/actions/runs/11407647805/job/31744276475, the action is attempting to use a privileged container. This is a known issue based on BuildKit support for Windows.
Experimental support for BuildKit on Windows was released back in March 2024 (moby/buildkit#616 (comment)) and there's documented steps for getting BuildKit running on Windows.
In order to get Windows builds functioning, we should...
docker/setup-buildx-action
call and replace it with manual steps to setup BuildKit/buildx found at https://github.com/moby/buildkit/blob/master/docs/windows.md.setup-buildx-action
updates and effort to reimplement.The text was updated successfully, but these errors were encountered: