]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : Build on Github-hosted arm64 runners (#12009)
authorRohanjames1997 <redacted>
Sat, 22 Feb 2025 10:48:57 +0000 (04:48 -0600)
committerGitHub <redacted>
Sat, 22 Feb 2025 10:48:57 +0000 (11:48 +0100)
.github/workflows/build.yml

index e6555eb479c2817b9d46990b9d512d1cd0a46295..859d538c77d1e0df3f1fc6467326ab86916c3556 100644 (file)
@@ -173,7 +173,10 @@ jobs:
           name: llama-bin-macos-x64.zip
 
   ubuntu-cpu-cmake:
-    runs-on: ubuntu-22.04
+    strategy:
+      matrix:
+        os: [ubuntu-22.04, ubuntu-22.04-arm]
+    runs-on: ${{ matrix.os }}
 
     steps:
       - name: Clone