mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 02:56:54 +08:00
Add support for aarch64 (#102)
Setting the `arch` input to `aarch64` will install `aarch64` binaries, intended to be used on aarch64-based self-hosted runners. Please note that we currently don't run test builds on that architecture, so we cannot guarantee that the input won't break randomly, although there is no reason why it would. In a future update, we may choose a default architecture based on the arch of the runner. Thanks to @giordano for providing a self-hosted runner for testing. Co-authored-by: Mosè Giordano <mose@gnu.org>
This commit is contained in:
@@ -38,7 +38,11 @@ This action sets up a Julia environment for use in actions by downloading a spec
|
||||
|
||||
# The architecture of the Julia binaries.
|
||||
#
|
||||
# Supported values: x64 | x86
|
||||
# Please note that installing aarch64 binaries only makes sense on self-hosted aarch64 runners.
|
||||
# We currently don't run test builds on that architecture, so we cannot guarantee that the input won't break randomly,
|
||||
# although there is no reason why it would.
|
||||
#
|
||||
# Supported values: x64 | x86 | aarch64 (untested)
|
||||
#
|
||||
# Default: x64
|
||||
arch: ''
|
||||
|
||||
Reference in New Issue
Block a user