We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d544b8 commit 07db5c9Copy full SHA for 07db5c9
1 file changed
.github/workflows/main.yml
@@ -40,15 +40,15 @@ jobs:
40
make-sycl: LLAMA_ARGS="--target ggml-sycl" LLAMA="-G \"Ninja\" -DGGML_BACKEND_DL=ON -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=icx -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_SYCL=ON"
41
42
# Android builds
43
- - os: ubuntu-latest
44
- arch: arm64-v8a
45
- name: android
46
- make: PLATFORM=android ARCH=arm64-v8a
47
- os: ubuntu-latest
48
arch: x86_64
49
name: android
50
make: PLATFORM=android ARCH=x86_64
51
sqlite-amalgamation-zip: https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
+ - os: ubuntu-latest
+ arch: arm64-v8a
+ name: android
+ make: PLATFORM=android ARCH=arm64-v8a
52
53
- os: macos-latest
54
name: ios
0 commit comments