mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
7
vendor/github.com/moby/buildkit/util/system/seccomp_noseccomp.go
generated
vendored
Normal file
7
vendor/github.com/moby/buildkit/util/system/seccomp_noseccomp.go
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
// +build !seccomp
|
||||
|
||||
package system
|
||||
|
||||
func SeccompSupported() bool {
|
||||
return false
|
||||
}
|
Reference in New Issue
Block a user