On the Ubuntu runner, the GitHub Actions Python is pretty bloated and as a result, the Linux binaries built by this workflow are 3x larger than when built locally, in my example 16.4 MB on GitHub Actions versus 6.3 MB locally
This isn't Nuitka's fault but to mitigate the issue, this workflow could build in Docker or give an example to setup Python in a different way?