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

Platform architecture of ARM Linux system can be aarch64 #293

Closed
aditya-qure opened this issue Sep 9, 2022 · 6 comments · Fixed by #303
Closed

Platform architecture of ARM Linux system can be aarch64 #293

aditya-qure opened this issue Sep 9, 2022 · 6 comments · Fixed by #303

Comments

@aditya-qure
Copy link

processor_architecture = "arm" if platform.uname()[4].startswith("arm") else "amd"

$ python
>>> import platform
>>> platform.architecture()
('64bit', '')
>>> platform.uname()
uname_result(system='Linux', node='6407f0ca881a', release='5.4.0-1066-aws', version='#69~18.04.1-Ubuntu SMP Wed Feb 9 15:39:21 UTC 2022', machine='aarch64')
>>> platform.uname()[4]
'aarch64'

ARM 64 linux is also available here: https://github.com/jgm/pandoc/releases

It's a small change and will be willing to send a PR. Thanks in advance.

@JessicaTegner
Copy link
Owner

@adityaQure I would love a pr fixing this. Feel free to work on it :)

@hey24sheep
Copy link
Contributor

@JessicaTegner Hi, I want to contribute to this. I have created a pull request as well to save your time.

@hey24sheep
Copy link
Contributor

Hi, can you assign this to me and check my PR. The other PR didn't count towards my hacktoberfest contribution.

@JessicaTegner
Copy link
Owner

@hey24sheep after doing some investigation, I figured out why.
I turns out that hacktoberfest only counts prs made after the 1st.

You are more than welcome to open more prs, as they should be counted from now on out :)

@hey24sheep
Copy link
Contributor

@JessicaTegner :/ sad. So, can I close my PR and re-create it?

@JessicaTegner
Copy link
Owner

JessicaTegner commented Oct 3, 2022

@hey24sheep indeed you can :) But I don't know how they take to that. But your call :)

@JessicaTegner JessicaTegner linked a pull request Oct 11, 2022 that will close this issue
JessicaTegner added a commit that referenced this issue Oct 11, 2022
Co-authored-by: Jessica Tegner <jessica.tegner@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants