Skip to content

Commit

Permalink
add macos amd64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
teemukataja committed Jun 5, 2024
1 parent 92829bc commit c8d207b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Build GUI artifact macOS
if: matrix.os == 'macOS-latest'
run: |
pyinstaller --noconsole --onefile crypt4gh_gui.py --name ${{ matrix.asset_name }}
pyinstaller --target-architecture x86_64 --noconsole --onefile crypt4gh_gui.py --name ${{ matrix.asset_name }}
- name: Build GUI artifact windows
if: matrix.os == 'windows-latest'
shell: bash
Expand Down

0 comments on commit c8d207b

Please sign in to comment.