Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Add aarch64 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpspri authored and blindpirate committed Jan 13, 2019
1 parent b27f552 commit f6359d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public String toString() {
.put("i686", I386)
.put("arm", ARM)
.put("arm32", ARM)
.put("aarch64", ARM64)
.put("arm64", ARM64)
.put("ppc", PPC)
.put("ppc32", PPC)
.put("ppc64", PPC64)
Expand Down

0 comments on commit f6359d8

Please sign in to comment.