mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ci : Build on Github-hosted arm64 runners (#12009)
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -173,7 +173,10 @@ jobs: | |||||||
|           name: llama-bin-macos-x64.zip |           name: llama-bin-macos-x64.zip | ||||||
|  |  | ||||||
|   ubuntu-cpu-cmake: |   ubuntu-cpu-cmake: | ||||||
|     runs-on: ubuntu-22.04 |     strategy: | ||||||
|  |       matrix: | ||||||
|  |         os: [ubuntu-22.04, ubuntu-22.04-arm] | ||||||
|  |     runs-on: ${{ matrix.os }} | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Clone |       - name: Clone | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Rohanjames1997
					Rohanjames1997