Workflow to compile macOS / Linux / WIndows binaries #2552
kdeldycke
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know #2011 was meant as a joke, but I spend the past few years refining reuseable workflows to compile Python CLIs into binaries for macOS / Linux / WIndows on
x86_64
andarm64
. The heavy lifting is done by Nuitka (to which I contributed a bit).Here is the proof: https://github.com/kdeldycke/workflows?tab=readme-ov-file#executables
And here is the source for inspiration: https://github.com/kdeldycke/workflows/blob/b11d0866c44af660348111e17b1744fd45a617b1/.github/workflows/release.yaml#L128-L193
Beta Was this translation helpful? Give feedback.
All reactions