mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add Tar ZSTD support (#20493)
- Add `.tar.zst` as supported output type. - Resolves #14290
This commit is contained in:
		@@ -92,7 +92,7 @@ func (o outputType) String() string {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var outputTypeEnum = &outputType{
 | 
					var outputTypeEnum = &outputType{
 | 
				
			||||||
	Enum:    []string{"zip", "tar", "tar.sz", "tar.gz", "tar.xz", "tar.bz2", "tar.br", "tar.lz4"},
 | 
						Enum:    []string{"zip", "tar", "tar.sz", "tar.gz", "tar.xz", "tar.bz2", "tar.br", "tar.lz4", "tar.zst"},
 | 
				
			||||||
	Default: "zip",
 | 
						Default: "zip",
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user