Windows: chrootarchive refactor
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
24fd826fc0
commit
d025345cdd
5 changed files with 77 additions and 34 deletions
6
chrootarchive/archive_windows.go
Normal file
6
chrootarchive/archive_windows.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package chrootarchive
|
||||
|
||||
// chroot is not supported by Windows
|
||||
func chroot(path string) error {
|
||||
return nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue