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