Add ARM build

This commit is contained in:
Chidi Williams 2023-01-15 22:05:57 +00:00
commit 9fe1838f97

View file

@ -110,12 +110,7 @@ jobs:
run: poetry config experimental.new-installer false && poetry install
- name: Test
run: |
if [[ ${{ matrix.cpu }} == "intel" ]]; then
poetry run make test;
else
poetry run make whisper_cpp CMAKE_FLAGS="-DWHISPER_NO_AVX=ON -DWHISPER_NO_AVX2=ON -DWHISPER_NO_FMA=ON";
fi
run: poetry run make test cpu=${{ matrix.cpu }}
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3