github.com/containers/podman/v4@v4.9.4/pkg/emulation/binfmtmisc_other.go (about)

     1  //go:build !linux && !remote
     2  // +build !linux,!remote
     3  
     4  package emulation
     5  
     6  func registeredBinfmtMisc() ([]string, error) {
     7  	return nil, nil
     8  }