mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-13 06:57:09 +08:00
history: add history import command
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
5
util/desktop/paths_windows.go
Normal file
5
util/desktop/paths_windows.go
Normal file
@ -0,0 +1,5 @@
|
||||
package desktop
|
||||
|
||||
func BuildServerAddr() (string, error) {
|
||||
return "npipe:////./pipe/dockerDesktopBuildServer", nil
|
||||
}
|
Reference in New Issue
Block a user