buildx icon indicating copy to clipboard operation
buildx copied to clipboard

Use path/filepath package methods for file system path for windows compatibility

Open Gofastasf opened this issue 1 year ago • 2 comments

path package methods are used for URL and unix specific paths and might cause error on windows. filepath methods are cross platform and more consistent with the code.

Gofastasf avatar Jan 25 '25 09:01 Gofastasf

Is that what causes #2839 ?

vdachev-david avatar Apr 04 '25 09:04 vdachev-david

Could be. But anyways using filepath method is the right way for file system operation. path package methods are for unix specific or url operation.

Gofastasf avatar Apr 04 '25 09:04 Gofastasf