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

GHA: Windows runners don't allow privileged containers #26

Closed
1 of 2 tasks
amargherio opened this issue Oct 18, 2024 · 1 comment
Closed
1 of 2 tasks

GHA: Windows runners don't allow privileged containers #26

amargherio opened this issue Oct 18, 2024 · 1 comment
Assignees
Milestone

Comments

@amargherio
Copy link
Owner

amargherio commented Oct 18, 2024

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...

@amargherio amargherio added this to the v1.0.0 milestone Oct 18, 2024
@amargherio amargherio self-assigned this Oct 18, 2024
This was referenced Oct 18, 2024
@amargherio
Copy link
Owner Author

Closing this for now. Crunching out some numbers, arm64 support is being de-prioritized and will be addressed post 1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant