Fix workflows
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									b943609390
								
							
						
					
					
						commit
						e3626b5cb1
					
				
							
								
								
									
										8
									
								
								.github/workflows/setup-buildx-ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/setup-buildx-ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -63,9 +63,9 @@ jobs: | |||||||
|         buildx-version: |         buildx-version: | ||||||
|           - latest |           - latest | ||||||
|           - v0.2.2 |           - v0.2.2 | ||||||
|         qemu-version: |         qemu-platforms: | ||||||
|           - latest |           - all | ||||||
|           - 4.2.0-7 |           - arm64,riscv64,arm | ||||||
|     steps: |     steps: | ||||||
|       - |       - | ||||||
|         name: Checkout |         name: Checkout | ||||||
| @ -74,7 +74,7 @@ jobs: | |||||||
|         name: Set up QEMU |         name: Set up QEMU | ||||||
|         uses: ./setup-qemu/ |         uses: ./setup-qemu/ | ||||||
|         with: |         with: | ||||||
|           qemu-version: ${{ matrix.qemu-version }} |           platforms: ${{ matrix.qemu-platforms }} | ||||||
|       - |       - | ||||||
|         name: Set up Docker Buildx |         name: Set up Docker Buildx | ||||||
|         id: buildx |         id: buildx | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								.github/workflows/setup-qemu-ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/setup-qemu-ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -36,5 +36,5 @@ jobs: | |||||||
|         name: Set up QEMU |         name: Set up QEMU | ||||||
|         uses: ./setup-qemu/ |         uses: ./setup-qemu/ | ||||||
|         with: |         with: | ||||||
|           image: ${ matrix.image } |           image: ${{ matrix.image }} | ||||||
|           platforms: ${ matrix.platforms } |           platforms: ${{ matrix.platforms }} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user