builder/amazon/chroot: fix compilaton on Windows
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
package chroot
|
||||
|
||||
import "errors"
|
||||
import (
|
||||
"errors"
|
||||
"os"
|
||||
)
|
||||
|
||||
func lockFile(*os.File) error {
|
||||
return errors.New("not supported on Windows")
|
||||
|
||||
Reference in New Issue
Block a user