You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							322 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							16 lines
						
					
					
						
							322 B
						
					
					
				
								# The default Debian-based images support these arches for all database backends.
							 | 
						|
								arches=(
							 | 
						|
								    amd64
							 | 
						|
								    armv6
							 | 
						|
								    armv7
							 | 
						|
								    arm64
							 | 
						|
								)
							 | 
						|
								
							 | 
						|
								if [[ "${DOCKER_TAG}" == *alpine ]]; then
							 | 
						|
								    # The Alpine image build currently only works for certain arches.
							 | 
						|
								    distro_suffix=.alpine
							 | 
						|
								    arches=(
							 | 
						|
								        amd64
							 | 
						|
								        armv7
							 | 
						|
								    )
							 | 
						|
								fi
							 | 
						|
								
							 |