Improve docs on arch support (#9). [ci skip]

This commit is contained in:
Fabio Niephaus 2022-06-30 08:57:25 +02:00
parent 1df377600f
commit 73120ff7a9
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -10,7 +10,7 @@ This action:
- exports a `$GRAALVM_HOME` environment variable - exports a `$GRAALVM_HOME` environment variable
- adds `$GRAALVM_HOME/bin` to the `$PATH` environment variable<br>(Truffle languages and tools can be invoked directly) - adds `$GRAALVM_HOME/bin` to the `$PATH` environment variable<br>(Truffle languages and tools can be invoked directly)
- sets `$JAVA_HOME` to `$GRAALVM_HOME` by default<br>(can be disabled via `set-java-home: 'false'`, see [options](#options)) - sets `$JAVA_HOME` to `$GRAALVM_HOME` by default<br>(can be disabled via `set-java-home: 'false'`, see [options](#options))
- supports `amd64` and `aarch64` (requires a [self-hosted runner][gha-self-hosted-runners]) - supports `amd64` and `aarch64` (selected automatically, `aarch64` requires a [self-hosted runner][gha-self-hosted-runners])
- sets up Windows environments with build tools using [vcvarsall.bat][vcvarsall] - sets up Windows environments with build tools using [vcvarsall.bat][vcvarsall]