Skip to content

Fix working directory path for Buildx debugging#182

Merged
rcjsuen merged 1 commit intomainfrom
windows-buildx-debugging-fix
Jul 30, 2025
Merged

Fix working directory path for Buildx debugging#182
rcjsuen merged 1 commit intomainfrom
windows-buildx-debugging-fix

Conversation

@rcjsuen
Copy link
Collaborator

@rcjsuen rcjsuen commented Jul 30, 2025

On Windows, there is a leading slash which causes problems. By using fsPath instead we'll get a regular C:\ path.

This will fix #181.

On Windows, there is a leading slash which causes problems. By using
fsPath instead we'll get a regular C:\ path.

Signed-off-by: Remy Suen <remy.suen@docker.com>
@rcjsuen rcjsuen self-assigned this Jul 30, 2025
@rcjsuen rcjsuen merged commit 43dac4f into main Jul 30, 2025
12 checks passed
@rcjsuen rcjsuen deleted the windows-buildx-debugging-fix branch July 30, 2025 17:28
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.

Buildx debugging integration does not work on Windows

1 participant