mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-19 17:58:04 +08:00
build: resolve 8.3 filename format to long one on Windows
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
9
build/git_unix.go
Normal file
9
build/git_unix.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package build
|
||||
|
||||
// getLongPathName is a no-op on non-Windows platforms.
|
||||
func getLongPathName(path string) (string, error) {
|
||||
return path, nil
|
||||
}
|
Reference in New Issue
Block a user