mirror of
https://github.com/containers/podman.git
synced 2025-12-04 20:28:40 +08:00
fix(deps): update github.com/containers/common digest to 5547996
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
10
vendor/github.com/containers/common/pkg/sysinfo/numcpu_other.go
generated
vendored
Normal file
10
vendor/github.com/containers/common/pkg/sysinfo/numcpu_other.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
//go:build !linux && !windows
|
||||
// +build !linux,!windows
|
||||
|
||||
package sysinfo
|
||||
|
||||
import "runtime"
|
||||
|
||||
func numCPU() int {
|
||||
return runtime.NumCPU()
|
||||
}
|
||||
Reference in New Issue
Block a user