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