From 73120ff7a9c230e37fb625b29fad7f16cc22e119 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Thu, 30 Jun 2022 08:57:25 +0200 Subject: [PATCH] Improve docs on arch support (#9). [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c74a8f2..b2c1be4 100644 --- a/README.md +++ b/README.md @@ -10,7 +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][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]