github.com/moby/docker@v26.1.3+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")