Skip to content

Commit ece188c

Browse files
Build on Github-hosted arm64 runners too
1 parent c392e50 commit ece188c

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)