github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+incompatible/pkg/system/errors.go (about) 1 package system // import "github.com/docker/docker/pkg/system" 2 3 import "errors" 4 5 // ErrNotSupportedPlatform means the platform is not supported. 6 var ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")