mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	CICD: Build: Stop building on Ubuntu 16.04
End-of-life is in three months, and we already do the same build on Ubuntu 18.04.
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							59f9adc706
						
					
				
				
					commit
					e22a9a69b1
				
			
							
								
								
									
										5
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							@@ -87,9 +87,8 @@ jobs:
 | 
			
		||||
          - { os: ubuntu-18.04   , target: aarch64-unknown-linux-gnu   , use-cross: true }
 | 
			
		||||
          - { os: ubuntu-18.04   , target: i686-unknown-linux-gnu      , use-cross: true }
 | 
			
		||||
          - { os: ubuntu-18.04   , target: i686-unknown-linux-musl     , use-cross: true }
 | 
			
		||||
          - { os: ubuntu-18.04   , target: x86_64-unknown-linux-gnu                      , disable-deploy: true }  ## deployed from ubuntu-16.04
 | 
			
		||||
          - { os: ubuntu-18.04   , target: x86_64-unknown-linux-gnu    }
 | 
			
		||||
          - { os: ubuntu-18.04   , target: x86_64-unknown-linux-musl   , use-cross: true }
 | 
			
		||||
          - { os: ubuntu-16.04   , target: x86_64-unknown-linux-gnu    }
 | 
			
		||||
          - { os: macos-latest   , target: x86_64-apple-darwin         }
 | 
			
		||||
          # - { os: windows-latest , target: i686-pc-windows-gnu         }  ## disabled; error: linker `i686-w64-mingw32-gcc` not found
 | 
			
		||||
          - { os: windows-latest , target: i686-pc-windows-msvc        }
 | 
			
		||||
@@ -347,7 +346,7 @@ jobs:
 | 
			
		||||
        fi
 | 
			
		||||
    - name: Publish archives and packages
 | 
			
		||||
      uses: softprops/action-gh-release@v1
 | 
			
		||||
      if: steps.vars.outputs.DEPLOY && !matrix.job.disable-deploy
 | 
			
		||||
      if: steps.vars.outputs.DEPLOY
 | 
			
		||||
      with:
 | 
			
		||||
        files: |
 | 
			
		||||
          ${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user