Skip to content

Commit

Permalink
Update Graalvm docker repository & build version (#1395)
Browse files Browse the repository at this point in the history
* Update Graalvm docker repository & build version

* Update Github action Java base for Graalvm test to Graalvm v21.0.0

* Use latest available version of graalvm

* Update .github/workflows/validate-pr.yml

Co-authored-by: Nepomuk Seiler <muuki88@users.noreply.github.com>
  • Loading branch information
kgston and muuki88 committed Feb 25, 2021
1 parent 9e362dd commit efe7c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Setup GraalVM environment
uses: olafurpg/setup-scala@v10
with:
java-version: graalvm@19.0.0
java-version: graalvm@21.0.0
- name: Install native-image
run: gu install native-image
- name: Validate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object GraalVMNativeImagePlugin extends AutoPlugin {

import autoImport._

private val GraalVMBaseImage = "oracle/graalvm-ce"
private val GraalVMBaseImage = "ghcr.io/graalvm/graalvm-ce"

override def requires: Plugins = JavaAppPackaging

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enablePlugins(GraalVMNativeImagePlugin)

name := "docker-test"
version := "0.1.0"
graalVMNativeImageGraalVersion := Some("19.0.0")
graalVMNativeImageGraalVersion := Some("21.0.0")

0 comments on commit efe7c7a

Please sign in to comment.