mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Use centos7 packages in kitmaker archives
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									e05686cbe8
								
							
						
					
					
						commit
						61f515b3dd
					
				@ -214,14 +214,13 @@ function create_and_upload() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Create archive for x86_64 linux distributions
 | 
			
		||||
create_and_upload "main" "x86_64" "ubuntu18.04-amd64" "centos8-x86_64"
 | 
			
		||||
create_and_upload "centos7" "x86_64" "centos7-x86_64"
 | 
			
		||||
create_and_upload "main" "x86_64" "ubuntu18.04-amd64" "centos7-x86_64"
 | 
			
		||||
 | 
			
		||||
# Create archive for sbsa linux distributions
 | 
			
		||||
create_and_upload "main" "sbsa" "ubuntu18.04-arm64" "centos8-aarch64"
 | 
			
		||||
create_and_upload "main" "sbsa" "ubuntu18.04-arm64" "centos7-aarch64"
 | 
			
		||||
# Create archive for aarch64 linux distributions
 | 
			
		||||
# NOTE: From the perspective of the NVIDIA Container Toolkit aarch64 is just a duplicate of sbsa
 | 
			
		||||
create_and_upload "main" "aarch64" "ubuntu18.04-arm64" "centos8-aarch64"
 | 
			
		||||
create_and_upload "main" "aarch64" "ubuntu18.04-arm64" "centos7-aarch64"
 | 
			
		||||
 | 
			
		||||
# Create archive for ppc64le linux distributions
 | 
			
		||||
create_and_upload "main" "ppc64le" "ubuntu18.04-ppc64le" "centos8-ppc64le"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user