julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

In the `arch` input, allow `ARM64` as a synonym for `aarch64` #110

Closed DilumAluthge closed 2 years ago

DilumAluthge commented 2 years ago

To allow for compatibility with the ${{ runner.arch }} variable, which takes on the following values: X86, X64, ARM, or ARM64.

Fixes #107

SaschaMann commented 2 years ago

I like the addition, I'll merge it when CI is fixed.

DilumAluthge commented 2 years ago

@SaschaMann Is this one good to go now?