()
| 31 | } |
| 32 | |
| 33 | func defaultUnpackConfig() []unpackConfiguration { |
| 34 | return []unpackConfiguration{ |
| 35 | { |
| 36 | Platform: platforms.Format(platforms.DefaultSpec()), |
| 37 | Snapshotter: defaults.DefaultSnapshotter, |
| 38 | Differ: defaults.DefaultDiffer, |
| 39 | }, |
| 40 | |
| 41 | { |
| 42 | Platform: platforms.FormatAll(erofsPlatformSpec()), |
| 43 | Snapshotter: "erofs", |
| 44 | Differ: "erofs", |
| 45 | Optional: true, |
| 46 | }, |
| 47 | } |
| 48 | } |
no test coverage detected
searching dependent graphs…