mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Add centos7-aarch64 targets
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									40d0a88cf9
								
							
						
					
					
						commit
						8a4d6b5bcf
					
				@ -17,7 +17,7 @@ AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9
 | 
			
		||||
X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux2 opensuse-leap15.1
 | 
			
		||||
PPC64LE_TARGETS := ubuntu18.04 ubuntu16.04 centos7 centos8 rhel7 rhel8
 | 
			
		||||
ARM64_TARGETS := ubuntu20.04 ubuntu18.04
 | 
			
		||||
AARCH64_TARGETS := centos8 rhel8 amazonlinux2
 | 
			
		||||
AARCH64_TARGETS := centos7 centos8 rhel8 amazonlinux2
 | 
			
		||||
 | 
			
		||||
# Define top-level build targets
 | 
			
		||||
docker%: SHELL:=/bin/bash
 | 
			
		||||
 | 
			
		||||
@ -16,6 +16,7 @@
 | 
			
		||||
# to the relevant repositories. This targets forwarded to the build-all-components script
 | 
			
		||||
# can be overridden by specifying command line arguments.
 | 
			
		||||
all=(
 | 
			
		||||
    centos7-aarch64
 | 
			
		||||
    centos7-x86_64
 | 
			
		||||
    centos8-aarch64
 | 
			
		||||
    centos8-ppc64le
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user