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

fix: platform tag detection #560

Merged
merged 5 commits into from
Aug 21, 2023
Merged

fix: platform tag detection #560

merged 5 commits into from
Aug 21, 2023

Commits on Aug 20, 2023

  1. fix: platform tag detection

    - use `struct.calcsize("P") == 4` rather than `sys.maxsize == 2147483647`
    - extend the 32bit check to `linux-aarch64` => `linux-armv7l`
    mayeut committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d324e41 View commit details
    Browse the repository at this point in the history
  2. add test

    mayeut committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9a11dee View commit details
    Browse the repository at this point in the history
  3. remove useless code in test

    mayeut committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    5e17731 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. add news fragment

    mayeut committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    19f3837 View commit details
    Browse the repository at this point in the history
  2. Update news.rst

    agronholm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    14764f3 View commit details
    Browse the repository at this point in the history