fix: supported platforms
This commit is contained in:
		
							parent
							
								
									dddb62aae9
								
							
						
					
					
						commit
						762be54a37
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/build-singbox-docker.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-singbox-docker.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -84,7 +84,7 @@ jobs:
 | 
				
			||||||
        uses: docker/build-push-action@v4
 | 
					        uses: docker/build-push-action@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          context: .
 | 
					          context: .
 | 
				
			||||||
          platforms: linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/s390x
 | 
					          platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/s390x,linux/ppc64le
 | 
				
			||||||
          target: dist
 | 
					          target: dist
 | 
				
			||||||
          tags: |
 | 
					          tags: |
 | 
				
			||||||
            ${{ steps.tag.outputs.latest }}
 | 
					            ${{ steps.tag.outputs.latest }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue