ci: Only publish for linux/amd64 during tests
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/publish-latest-to-ghcr.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/publish-latest-to-ghcr.yml
									
									
									
									
										vendored
									
									
								
							| @ -32,7 +32,7 @@ jobs: | |||||||
|       - name: Build and push Docker image |       - name: Build and push Docker image | ||||||
|         uses: docker/build-push-action@v3 |         uses: docker/build-push-action@v3 | ||||||
|         with: |         with: | ||||||
|           platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 |           platforms: linux/amd64 #,linux/arm/v6,linux/arm/v7,linux/arm64 | ||||||
|           pull: true |           pull: true | ||||||
|           push: true |           push: true | ||||||
|           tags: ${{ env.IMAGE_REPOSITORY }}:latest |           tags: ${{ env.IMAGE_REPOSITORY }}:latest | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user