Add ARM build

This commit is contained in:
Chidi Williams 2023-01-17 08:31:14 +00:00
commit 217ecc229d

View file

@ -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