 Per-Arne Andersen
					
					5 years ago
						Per-Arne Andersen
					
					5 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					scripts/ci.sh
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -3,7 +3,7 @@ | 
			
		
	
		
			
				
					|  |  |  | if [ "$TRAVIS_PULL_REQUEST" = "true" ] || [ "$TRAVIS_BRANCH" != "master" ]; then | 
			
		
	
		
			
				
					|  |  |  |   docker buildx build \ | 
			
		
	
		
			
				
					|  |  |  |     --progress plain \ | 
			
		
	
		
			
				
					|  |  |  |     --platform=linux/amd64,linux/arm64/v8,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x \ | 
			
		
	
		
			
				
					|  |  |  |     --platform=linux/amd64,linux/arm64/v8,linux/arm64,linux/arm/v7,linux/arm/v6 \ | 
			
		
	
		
			
				
					|  |  |  |     . | 
			
		
	
		
			
				
					|  |  |  |   exit $? | 
			
		
	
		
			
				
					|  |  |  | fi | 
			
		
	
	
		
			
				
					|  |  | 
 |