mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
8 lines
89 B
Go
8 lines
89 B
Go
// +build !linux,seccomp
|
|
|
|
package system
|
|
|
|
func SeccompSupported() bool {
|
|
return false
|
|
}
|