Disable use of missing native arm64 docker builder for the streaming image (#2539)
This commit is contained in:
		
							parent
							
								
									dac2b56932
								
							
						
					
					
						commit
						d4c87ff5b8
					
				| 
						 | 
					@ -48,7 +48,7 @@ jobs:
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      file_to_build: streaming/Dockerfile
 | 
					      file_to_build: streaming/Dockerfile
 | 
				
			||||||
      platforms: linux/amd64,linux/arm64
 | 
					      platforms: linux/amd64,linux/arm64
 | 
				
			||||||
      use_native_arm64_builder: true
 | 
					      use_native_arm64_builder: false
 | 
				
			||||||
      cache: false
 | 
					      cache: false
 | 
				
			||||||
      push_to_images: |
 | 
					      push_to_images: |
 | 
				
			||||||
        tootsuite/mastodon-streaming
 | 
					        tootsuite/mastodon-streaming
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -47,7 +47,7 @@ jobs:
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      file_to_build: streaming/Dockerfile
 | 
					      file_to_build: streaming/Dockerfile
 | 
				
			||||||
      platforms: linux/amd64,linux/arm64
 | 
					      platforms: linux/amd64,linux/arm64
 | 
				
			||||||
      use_native_arm64_builder: true
 | 
					      use_native_arm64_builder: false
 | 
				
			||||||
      push_to_images: |
 | 
					      push_to_images: |
 | 
				
			||||||
        ghcr.io/mastodon/mastodon-streaming
 | 
					        ghcr.io/mastodon/mastodon-streaming
 | 
				
			||||||
      version_metadata: ${{ needs.compute-suffix.outputs.metadata }}
 | 
					      version_metadata: ${{ needs.compute-suffix.outputs.metadata }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -34,7 +34,7 @@ jobs:
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      file_to_build: streaming/Dockerfile
 | 
					      file_to_build: streaming/Dockerfile
 | 
				
			||||||
      platforms: linux/amd64,linux/arm64
 | 
					      platforms: linux/amd64,linux/arm64
 | 
				
			||||||
      use_native_arm64_builder: true
 | 
					      use_native_arm64_builder: false
 | 
				
			||||||
      push_to_images: |
 | 
					      push_to_images: |
 | 
				
			||||||
        tootsuite/mastodon-streaming
 | 
					        tootsuite/mastodon-streaming
 | 
				
			||||||
        ghcr.io/mastodon/mastodon-streaming
 | 
					        ghcr.io/mastodon/mastodon-streaming
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue