We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5599011 commit 2a5a646Copy full SHA for 2a5a646
.github/workflows/quarkus.yml
@@ -60,8 +60,8 @@ jobs:
60
run: |
61
export JAVA_HOME=${GITHUB_WORKSPACE}/labsjdk-ce-${{ env.JDK_VERSION }}-${{ env.JVMCI_VERSION }}
62
cd substratevm
63
- ../../mx/mx build
64
- mv $(../../mx/mx graalvm-home) ~/graaljdk
+ ../../mx/mx --components="Native Image" build
+ mv $(../../mx/mx --components="Native Image" graalvm-home) ~/graaljdk
65
~/graaljdk/bin/native-image --version
66
- name: Tar GraalVM
67
shell: bash
0 commit comments