Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 32bit support #25

Merged
merged 15 commits into from
Jun 28, 2024
Merged

Add 32bit support #25

merged 15 commits into from
Jun 28, 2024

Conversation

tusharsadhwani
Copy link
Owner

@tusharsadhwani tusharsadhwani commented Jun 28, 2024

  • Adds x86 architecture suppor to the CI build scripts
  • Adds the necessary machine suffixes for i686 machine types in the github download code
  • Fixes type check issues, and mypy not running in CI
  • Trim the fallback release datas to only the fields we use, and add a script to do that as needed in the future. (Reduces ~800kb of binary size)

Here's it working on Ubuntu 18.04:

image

Resolves #14

@tusharsadhwani tusharsadhwani merged commit ae238c8 into main Jun 28, 2024
16 checks passed
@tusharsadhwani tusharsadhwani deleted the 32bit branch June 28, 2024 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add python 32-bit support
1 participant