jaxxstorm / action-install-gh-release

GitHub Action to install the Github Release binaries
Apache License 2.0
67 stars 29 forks source link

Add aarch64 as a known alternative to arm64 #83

Closed Dr-Emann closed 4 weeks ago

Dr-Emann commented 3 months ago

aarch64 is the official name for the 64-bit ARM architecture.

For example, https://github.com/obi1kenobi/cargo-semver-checks/releases/tag/v0.31.0 has releases with names:

which are currently not found by this action on e.g. an arm64 apple github runner.

Dr-Emann commented 3 months ago

related to #65, #61

jaxxstorm commented 4 weeks ago

Thanks for the contribution!