mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 08:29:23 -05:00 
			
		
		
		
	Integrate alpine noarch packages into other architectures index (#29137)
				
					
				
			Fixes #26691 Revert #24972 The alpine package manager expects `noarch` packages in the index of other architectures too. --------- Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		@@ -34,6 +34,8 @@ const (
 | 
			
		||||
 | 
			
		||||
	RepositoryPackage = "_alpine"
 | 
			
		||||
	RepositoryVersion = "_repository"
 | 
			
		||||
 | 
			
		||||
	NoArch = "noarch"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// https://wiki.alpinelinux.org/wiki/Apk_spec
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user