mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 11:40:21 +00:00 
			
		
		
		
	Disabled ARM linux for now
This commit is contained in:
		
							parent
							
								
									eb8aadc219
								
							
						
					
					
						commit
						60594a1ca3
					
				
							
								
								
									
										12
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -24,11 +24,13 @@ jobs:
 | 
				
			|||||||
            cargo_args: '--target x86_64-unknown-linux-gnu'
 | 
					            cargo_args: '--target x86_64-unknown-linux-gnu'
 | 
				
			||||||
            dotnet_runtime: 'linux-x64'
 | 
					            dotnet_runtime: 'linux-x64'
 | 
				
			||||||
            dotnet_name_postfix: '-x86_64-unknown-linux-gnu'
 | 
					            dotnet_name_postfix: '-x86_64-unknown-linux-gnu'
 | 
				
			||||||
            
 | 
					#
 | 
				
			||||||
          - platform: 'ubuntu-22.04' # for ARM-based linux
 | 
					# Issue https://github.com/twistedfall/opencv-rust/issues/457
 | 
				
			||||||
            cargo_args: '--target aarch64-unknown-linux-gnu'
 | 
					#            
 | 
				
			||||||
            dotnet_runtime: 'linux-arm64'
 | 
					#          - platform: 'ubuntu-22.04' # for ARM-based linux
 | 
				
			||||||
            dotnet_name_postfix: '-aarch64-unknown-linux-gnu'
 | 
					#            cargo_args: '--target aarch64-unknown-linux-gnu'
 | 
				
			||||||
 | 
					#            dotnet_runtime: 'linux-arm64'
 | 
				
			||||||
 | 
					#            dotnet_name_postfix: '-aarch64-unknown-linux-gnu'
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
          - platform: 'windows-latest' # for x86-based windows
 | 
					          - platform: 'windows-latest' # for x86-based windows
 | 
				
			||||||
            cargo_args: '--target x86_64-pc-windows-msvc'
 | 
					            cargo_args: '--target x86_64-pc-windows-msvc'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user