We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69a43e commit 2a83e06Copy full SHA for 2a83e06
contrib/nydusify/cmd/nydusify.go
@@ -874,11 +874,6 @@ func main() {
874
},
875
}
876
877
- // With linux/arm64 platform, containerd/compression prioritizes `unpigz`
878
- // to decompress tar.gz file, which may generate corrupted data somehow.
879
- // Keep the same behavior with x86_64 platform by disabling pigz.
880
- os.Setenv("CONTAINERD_DISABLE_PIGZ", "1")
881
-
882
if !utils.IsSupportedArch(runtime.GOARCH) {
883
logrus.Fatal("Nydusify can only work under architecture 'amd64' and 'arm64'")
884
0 commit comments