.github: Do not build universal binaries for now

For some reason this now fails, so just go with x86 for now.
Probably not a huge issue anywayDo not build universal binaries for now
This commit is contained in:
derrod 2021-10-31 14:13:14 +01:00
parent 73b1dc1825
commit 95e76b0624

View file

@ -36,7 +36,7 @@ jobs:
run: pip3 install --upgrade pywebview
if: runner.os != 'macOS'
- name: Strip
- name: Set strip option on non-Windows
id: strip
run: echo ::set-output name=option::--strip
if: runner.os != 'Windows'
@ -46,7 +46,6 @@ jobs:
run: pyinstaller
--onefile
--name legendary
--target-architecture universal2
${{ steps.strip.outputs.option }}
cli.py
env: