mirror of
				https://github.com/Tim-Paik/srv.git
				synced 2024-10-13 00:29:43 +00:00 
			
		
		
		
	add aarch64 support
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -22,8 +22,12 @@ jobs:
 | 
			
		||||
            os: ubuntu-latest
 | 
			
		||||
          - target: x86_64-unknown-linux-musl
 | 
			
		||||
            os: ubuntu-latest
 | 
			
		||||
          - target: aarch64-apple-darwin
 | 
			
		||||
            os: macos-latest
 | 
			
		||||
          - target: x86_64-apple-darwin
 | 
			
		||||
            os: macos-latest
 | 
			
		||||
          - target: aarch64-pc-windows-msvc
 | 
			
		||||
            os: windows-latest
 | 
			
		||||
          - target: x86_64-pc-windows-msvc
 | 
			
		||||
            os: windows-latest
 | 
			
		||||
    runs-on: ${{ matrix.os }}
 | 
			
		||||
@ -32,6 +36,7 @@ jobs:
 | 
			
		||||
      - uses: taiki-e/upload-rust-binary-action@v1
 | 
			
		||||
        with:
 | 
			
		||||
          bin: srv
 | 
			
		||||
          archive: $bin-$tag-$target
 | 
			
		||||
          target: ${{ matrix.target }}
 | 
			
		||||
          tar: unix
 | 
			
		||||
          zip: windows
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user