From 36a882806f620972fa00abfceed162a132a79c45 Mon Sep 17 00:00:00 2001 From: Alina Yurenko Date: Tue, 4 Mar 2025 15:12:02 +0200 Subject: [PATCH] add about arm runners --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ade97f..8a36a06 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This action: - exports a `$GRAALVM_HOME` environment variable - adds `$GRAALVM_HOME/bin` to the `$PATH` environment variable
(Native Image, 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 `x64` and `aarch64` (selected automatically, `aarch64` requires a [self-hosted runner][gha-self-hosted-runners]) +- supports `x64` and `aarch64/arm64` (see how to use [Linux arm64 runners](https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/)) - supports dependency caching for Apache Maven, Gradle, and sbt (see [`cache` option](#options)) - sets up Windows environments with build tools using [vcvarsall.bat][vcvarsall] - has built-in support for GraalVM components and the [GraalVM Updater][gu]