mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Add ARM build
This commit is contained in:
parent
650a3cc66b
commit
b7d458f0cd
2 changed files with 4 additions and 1 deletions
|
|
@ -64,4 +64,6 @@ build_task:
|
|||
|
||||
zip_artifacts:
|
||||
name: buzz
|
||||
path: dist/Buzz-*.zip
|
||||
paths:
|
||||
- dist/Buzz-*.zip
|
||||
- buzz/whisper_cpp.py
|
||||
|
|
|
|||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -244,6 +244,7 @@ jobs:
|
|||
ditto -x -k $ZIP_FILE_PATH $RUNNER_TEMP/buzz-zip
|
||||
cp $RUNNER_TEMP/buzz-zip/Buzz.app/Contents/Resources/whisper_cpp .
|
||||
cp $RUNNER_TEMP/buzz-zip/Buzz.app/Contents/Resources/libwhisper.dylib .
|
||||
cp $RUNNER_TEMP/buzz-zip/buzz/whisper_cpp.py buzz
|
||||
|
||||
- name: Bundle
|
||||
# if: steps.wait-for-build.outputs.conclusion == 'success'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue