mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 05:27:07 +08:00
vendor: update buildkit to v0.16.0-rc1
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
10
vendor/github.com/moby/buildkit/errdefs/internal_nolinux.go
generated
vendored
Normal file
10
vendor/github.com/moby/buildkit/errdefs/internal_nolinux.go
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package errdefs
|
||||
|
||||
import "syscall"
|
||||
|
||||
func syscallErrors() map[syscall.Errno]bool {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user