Removed powerpc architecture from Jenkinsfile
This commit is contained in:
		
							parent
							
								
									ad1d19905f
								
							
						
					
					
						commit
						63df64a49a
					
				
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -36,7 +36,7 @@ node {
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
      stage('Build multiarch image') {
 | 
					      stage('Build multiarch image') {
 | 
				
			||||||
            sh """
 | 
					            sh """
 | 
				
			||||||
                  docker buildx build -t reg.greinet.com/agreiner/advancedmqttbridge:latest --platform linux/amd64,linux/arm64,linux/ppc64le --push .
 | 
					                  docker buildx build -t reg.greinet.com/agreiner/advancedmqttbridge:latest --platform linux/amd64,linux/arm64 --push .
 | 
				
			||||||
            """
 | 
					            """
 | 
				
			||||||
       }
 | 
					       }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user