فهرست منبع

ci : Build on Github-hosted arm64 runners (#12009)

Rohanjames1997 10 ماه پیش
والد
کامیت
335eb04a91
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      .github/workflows/build.yml

+ 4 - 1
.github/workflows/build.yml

@@ -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