mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-18 08:29:53 +01:00
Add ARM build
This commit is contained in:
parent
7f12036eee
commit
217ecc229d
1 changed files with 3 additions and 3 deletions
|
|
@ -34,8 +34,8 @@ setup_dependencies_template: &SETUP_DEPENDENCIES_TEMPLATE
|
|||
- poetry config virtualenvs.create true
|
||||
- poetry config virtualenvs.in-project true
|
||||
|
||||
# ffmpeg_script:
|
||||
# - brew install ffmpeg
|
||||
# ffmpeg_script:
|
||||
# - brew install ffmpeg
|
||||
|
||||
# dependencies_cache:
|
||||
# folder: .venv
|
||||
|
|
@ -91,5 +91,5 @@ build_task:
|
|||
security list-keychain -d user -s $KEYCHAIN_PATH
|
||||
|
||||
# store notarytool credentials
|
||||
xcrun notarytool store-credentials --apple-id "$APPLE_ID" --password "$APPLE_APP_PASSWORD" --team-id "$APPLE_TEAM_ID" notarytool --validate
|
||||
xcrun notarytool store-credentials --apple-id "$APPLE_ID" --password "$APPLE_APP_PASSWORD" --team-id "$APPLE_TEAM_ID" notarytool --validate --keychain $KEYCHAIN_PATH
|
||||
- poetry run make bundle_mac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue