Skip to content

Commit 98a85b4

Browse files
Rohanjames1997mostlyuseful
authored andcommitted
ci : Build on Github-hosted arm64 runners (ggml-org#12009)
1 parent 213f011 commit 98a85b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ jobs:
173173
name: llama-bin-macos-x64.zip
174174

175175
ubuntu-cpu-cmake:
176-
runs-on: ubuntu-22.04
176+
strategy:
177+
matrix:
178+
os: [ubuntu-22.04, ubuntu-22.04-arm]
179+
runs-on: ${{ matrix.os }}
177180

178181
steps:
179182
- name: Clone

0 commit comments

Comments
 (0)