mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 06:31:57 +00:00 
			
		
		
		
	CI: fix wrong if statement for build-docker job (#5442)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -99,7 +99,7 @@ jobs:
 | 
			
		||||
      - uses: actions/checkout@v5
 | 
			
		||||
 | 
			
		||||
      - name: Use ARM64 Dockerfile if ARM64
 | 
			
		||||
        if: ${{ matrix.name }} == "ARM64"
 | 
			
		||||
        if: ${{ matrix.name == 'ARM64' }}
 | 
			
		||||
        run: sed -i 's/Dockerfile/Dockerfile.arm64/' docker-compose.yml
 | 
			
		||||
 | 
			
		||||
      - name: Build Docker
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user