mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ci: include s390x release binaries (#16648)
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -134,6 +134,8 @@ jobs: | |||||||
|         include: |         include: | ||||||
|           - build: 'x64' |           - build: 'x64' | ||||||
|             os: ubuntu-22.04 |             os: ubuntu-22.04 | ||||||
|  |           - build: 's390x-z15' # z15 because our CI runners are on z15 | ||||||
|  |             os: ubuntu-22.04-s390x | ||||||
|           # GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm |           # GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm | ||||||
|           # - build: 'arm64' |           # - build: 'arm64' | ||||||
|           #   os: ubuntu-22.04-arm |           #   os: ubuntu-22.04-arm | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user