sciber-io / yubikey-locker

Sciber Yubikey Locker
MIT License
1 stars 0 forks source link

MacOS binary builds to x86_64 - end users with M-chips needs rosetta 2 #71

Closed LukasAdel closed 4 months ago

LukasAdel commented 4 months ago

You can run pyinstaller to attempt to build an universal binary but it errored out on a first test: https://github.com/sciber-io/yklocker/actions/runs/8246598104/job/22552952888

raise IncompatibleBinaryArchError(f"{display_name} is not a fat binary!") PyInstaller.utils.osx.IncompatibleBinaryArchError: /Users/runner/work/yklocker/yklocker/.tox/build_macos/lib/python3.11/site-packages/_cffi_backend.cpython-311-darwin.so is not a fat binary!