From 1e505b051e100752948f341dcc946c86cba4dbf8 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 8 Mar 2022 11:36:49 +0100 Subject: [PATCH] Document `amd64` and `aarch64` support. [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81ae8b2..b885c89 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This action: - exports a `$GRAALVM_HOME` environment variable - adds `$GRAALVM_HOME/bin` to the `$PATH` environment variable
(Truffle languages and tools can be invoked directly) - sets `$JAVA_HOME` to `$GRAALVM_HOME` by default
(can be disabled via `set-java-home: 'false'`, see [options](#options)) +- supports `amd64` and `aarch64` (requires a [self-hosted runner][gh-self-hosted-runners]) - sets up Windows environments with build tools using [vcvarsall.bat][vcvarsall] @@ -106,6 +107,7 @@ Only pull requests from committers that can be verified as having signed the OCA [dev-build]: https://github.com/graalvm/graalvm-ce-dev-builds/releases/latest [dev-builds]: https://github.com/graalvm/graalvm-ce-dev-builds +[gh-self-hosted-runners]: https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners [gu]: https://www.graalvm.org/reference-manual/graalvm-updater/ [mandrel]: https://github.com/graalvm/mandrel [mandrel-releases]: https://github.com/graalvm/mandrel/releases