Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix: resolve aarch64 to ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnix authored Dec 18, 2024
1 parent 051660f commit 3c51621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AssetResolver:
LinuxInformationDesk.Architecture.I386: r"(i386|\-386|_386)",
LinuxInformationDesk.Architecture.I686: r"(i686|\-686|_686)",
LinuxInformationDesk.Architecture.ARM32: r"([Aa]rm32|ARM32)",
LinuxInformationDesk.Architecture.ARM64: r"([Aa]rm64|ARM64)",
LinuxInformationDesk.Architecture.ARM64: r"([Aa]rm64|ARM64)|(aarch64)",
LinuxInformationDesk.Architecture.S390: r"(s390x|s390)",
LinuxInformationDesk.Architecture.PPC64: r"(\-ppc|ppc64|PPC64|_ppc)",
LinuxInformationDesk.Architecture.x86_64: r"([Aa]md64|\-x64|x64|x86[_-]64)",
Expand Down

0 comments on commit 3c51621

Please sign in to comment.