parent
							
								
									78881cebfd
								
							
						
					
					
						commit
						5ed5e156cd
					
				|  | @ -29,6 +29,9 @@ jobs: | ||||||
|       - name: Checkout repository |       - name: Checkout repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
| 
 | 
 | ||||||
|  |       - name: Set up QEMU | ||||||
|  |         uses: docker/setup-qemu-action@v2.1.0 | ||||||
|  |          | ||||||
|       # Workaround: https://github.com/docker/build-push-action/issues/461 |       # Workaround: https://github.com/docker/build-push-action/issues/461 | ||||||
|       - name: Setup Docker buildx |       - name: Setup Docker buildx | ||||||
|         uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf |         uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf | ||||||
|  | @ -58,6 +61,7 @@ jobs: | ||||||
|         uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a |         uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a | ||||||
|         with: |         with: | ||||||
|           context: . |           context: . | ||||||
|  |           platforms: "linux/amd64,linux/arm64" | ||||||
|           push: ${{ github.event_name != 'pull_request' }} |           push: ${{ github.event_name != 'pull_request' }} | ||||||
|           tags: ${{ steps.meta.outputs.tags }} |           tags: ${{ steps.meta.outputs.tags }} | ||||||
|           labels: ${{ steps.meta.outputs.labels }} |           labels: ${{ steps.meta.outputs.labels }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue