Skip to content

Commit

Permalink
set target arch
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed Aug 16, 2024
1 parent b6721f0 commit 21a5fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
### Building Standalone Package
- name: Build stand alone
run: |
poetry run pyinstaller -c --onefile src/pieces/app.py --hidden-import=pydantic_core --name=pieces
poetry run pyinstaller -c --onefile src/pieces/app.py --hidden-import=pydantic_core --name=pieces --target-arch=universal2
### Install SSH
- uses: shimataro/ssh-key-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- test_mac_binary
- mac-universal

jobs:
build:
Expand Down

0 comments on commit 21a5fe2

Please sign in to comment.