mirror of
https://github.com/mudler/luet.git
synced 2025-09-07 02:00:39 +00:00
🔧 Drop containerd workaround
Partly reverts
37cc186c0b
,
but re-enable test.
This commit is contained in:
@@ -65,12 +65,7 @@ func ExtractDeltaAdditionsFiles(
|
||||
return nil, err
|
||||
}
|
||||
|
||||
switch hdr.Typeflag {
|
||||
case tar.TypeDir:
|
||||
filesSrc.Set(filepath.Dir(hdr.Name), "")
|
||||
default:
|
||||
filesSrc.Set(hdr.Name, "")
|
||||
}
|
||||
filesSrc.Set(hdr.Name, "")
|
||||
}
|
||||
|
||||
return func(h *tar.Header) (bool, error) {
|
||||
|
Reference in New Issue
Block a user