Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions oci/config/convert/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ func MutateRuntimeSpec(spec *rspec.Spec, rootfs string, image ispec.Image) error
return fmt.Errorf("creating image generator: %w", err)
}

if ig.PlatformOS() != "linux" {
return fmt.Errorf("unsupported OS: %s", image.OS)
}

allocateNilStruct(spec)

// Default config to our rspec version if none was specified.
Expand Down