Skip to content

Commit

Permalink
support for armv8l Fixes #769
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jul 30, 2024
1 parent 6f3e0f1 commit f32d060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/install/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ main() {
"aarch64" ) croc_arch="ARM64";;
"arm64" ) croc_arch="ARM64";;
"armv7l" ) croc_arch="ARM";;
"armv8l" ) croc_arch="ARM";;
"armv9l" ) croc_arch="ARM";;
"i686" ) croc_arch="32bit";;
* ) croc_arch="unknown";;
esac
Expand Down

0 comments on commit f32d060

Please sign in to comment.