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

How can I know my CPU is arm64 or amd64 or mips #158

Closed
lssmoon2019 opened this issue Nov 20, 2019 · 4 comments
Closed

How can I know my CPU is arm64 or amd64 or mips #158

lssmoon2019 opened this issue Nov 20, 2019 · 4 comments

Comments

@lssmoon2019
Copy link

How can I know my CPU is arm64 or amd64 or mips

@lssmoon2019
Copy link
Author

I want to download the releases

@vanyaindigo
Copy link

lscpu

@nochokolate
Copy link

I searched it on google, and brought me to this stackoverflow page.
https://unix.stackexchange.com/questions/180726/easy-command-line-method-to-determine-specific-arm-architecture-string

$ dpkg --print-architecture

@waymao
Copy link

waymao commented Dec 17, 2019

uname -a
This prints out the kernel version, which shows enough info about the cpu arch. See if you can find "amd64", "arm64" etc. For most personal computers, the arch will be "amd64".

@Mygod Mygod closed this as completed Jan 18, 2020
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

No branches or pull requests

5 participants