podman-build/pkg/emulation/binfmtmisc_other.go
2025-10-11 12:30:35 +09:00

8 lines
116 B
Go

//go:build !linux && !remote
package emulation
func registeredBinfmtMisc() ([]string, error) {
return nil, nil
}