Skip to content

Commit

Permalink
Update README.md [ci skip] (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Olga Gupalo <[email protected]>
  • Loading branch information
fniephaus and olyagpl authored Jul 22, 2024
1 parent e2c5fba commit a447230
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Oracle GraalVM early access builds downloads
# Oracle GraalVM Early Access Builds

This repository hosts [Oracle GraalVM](https://github.com/oracle/graal/) early access builds based on Oracle JDK.
This repository hosts [Oracle GraalVM](https://graalvm.org) early access builds based on Oracle JDK.

We encourage your feedback and bug reports – please share them in the [Graal](https://github.com/oracle/graal) repository.
We encourage your feedback and bug reports – please share them in the [Graal repository](https://github.com/oracle/graal).

## Install with SDKMAN!

Oracle GraalVM Early Access builds are available on [SDKMAN!](https://sdkman.io/)
Run the following command to install, for example, the Early Access build of Oracle GraalVM for JDK 24:
```bash
sdk install java 24.ea.3-graal
```
Substitute `24.ea.3` with a preferred release.
To check which GraalVM releases are available for installation, run:
```bash
sdk list java
```

## Install from an Archive

Download an Oracle GraalVM Early Access build for your platform at [graalvm/oracle-graalvm-ea-builds/releases](https://github.com/graalvm/oracle-graalvm-ea-builds/releases) and install from the archive.

## Use in GitHub Actions

The [GitHub Action for GraalVM](https://github.com/marketplace/actions/github-action-for-graalvm) supports Oracle GraalVM Early Access builds.
To set up the latest available Early Access build of Oracle GraalVM, set `java-version: 'latest-ea'` in your GitHub workflow.
More information is available [here](https://github.com/marketplace/actions/github-action-for-graalvm#options).

0 comments on commit a447230

Please sign in to comment.