Skip to content

Commit 5b34ab4

Browse files
authored
Merge pull request #119 from absadiki/arm-wheel
ci: set CMAKE_ARGS for ARM builds in
2 parents f457268 + f942a24 commit 5b34ab4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
CIBW_ARCHS: auto
5757
# for windows setup.py repairwheel step should solve it
5858
CIBW_SKIP: pp* cp38-*
59+
CIBW_ENVIRONMENT: ${{ contains(matrix.os, 'arm') && 'CMAKE_ARGS="-DGGML_NATIVE=OFF -DGGML_CPU_ARM_ARCH=armv8-a"' || '' }}
5960

6061
- name: Verify clean directory
6162
run: git diff --exit-code

0 commit comments

Comments
 (0)