Fix workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									5cec6ce786
								
							
						
					
					
						commit
						d0f7649930
					
				
							
								
								
									
										20
									
								
								.github/workflows/setup-buildx-ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/setup-buildx-ci.yml
									
									
									
									
										vendored
									
									
								
							@ -63,25 +63,6 @@ jobs:
 | 
			
		||||
          docker build --help
 | 
			
		||||
 | 
			
		||||
  driver:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        driver:
 | 
			
		||||
          - docker-container
 | 
			
		||||
          - docker
 | 
			
		||||
    steps:
 | 
			
		||||
      -
 | 
			
		||||
        name: Checkout
 | 
			
		||||
        uses: actions/checkout@v2.3.1
 | 
			
		||||
      -
 | 
			
		||||
        name: Set up Docker Buildx
 | 
			
		||||
        id: buildx
 | 
			
		||||
        uses: ./setup-buildx/
 | 
			
		||||
        with:
 | 
			
		||||
          driver: ${{ matrix.driver }}
 | 
			
		||||
 | 
			
		||||
  driver-opt:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
@ -98,6 +79,7 @@ jobs:
 | 
			
		||||
        id: buildx
 | 
			
		||||
        uses: ./setup-buildx/
 | 
			
		||||
        with:
 | 
			
		||||
          driver: docker-container
 | 
			
		||||
          driver-opt: ${{ matrix.driver-opt }}
 | 
			
		||||
 | 
			
		||||
  with-qemu:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user