mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 10:40:20 +00:00 
			
		
		
		
	Check linux-arm64
This commit is contained in:
		
							parent
							
								
									49a09f1e15
								
							
						
					
					
						commit
						76d4338e23
					
				
							
								
								
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -340,7 +340,7 @@ jobs:
 | 
				
			|||||||
  build_linux_arm64:
 | 
					  build_linux_arm64:
 | 
				
			||||||
    name: Build app (linux-arm64)
 | 
					    name: Build app (linux-arm64)
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: false # disable this job for now
 | 
					    if: true # disable this job for now
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout repository
 | 
					      - name: Checkout repository
 | 
				
			||||||
@ -574,7 +574,7 @@ jobs:
 | 
				
			|||||||
  create_update_file:
 | 
					  create_update_file:
 | 
				
			||||||
    name: Create Tauri update file
 | 
					    name: Create Tauri update file
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    needs: [build_main, read_metadata] # TODO: build_linux_arm64
 | 
					    needs: [build_main, read_metadata, build_linux_arm64] # TODO: build_linux_arm64
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Create artifact directory
 | 
					      - name: Create artifact directory
 | 
				
			||||||
        run: mkdir -p $GITHUB_WORKSPACE/artifacts
 | 
					        run: mkdir -p $GITHUB_WORKSPACE/artifacts
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user