mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-18 17:28:04 +08:00
config: fix file/folder ownership
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
7
vendor/github.com/tonistiigi/fsutil/copy/hardlink_windows.go
generated
vendored
Normal file
7
vendor/github.com/tonistiigi/fsutil/copy/hardlink_windows.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package fs
|
||||
|
||||
import "os"
|
||||
|
||||
func getLinkInfo(fi os.FileInfo) (uint64, bool) {
|
||||
return 0, false
|
||||
}
|
Reference in New Issue
Block a user