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.
2 parents 293c339 + 9f139a7 commit eba6828Copy full SHA for eba6828
vm/ce-release-artifacts.json
@@ -3,22 +3,27 @@
3
"name": "graalvm-community-java25",
4
"core": true,
5
"jdk": "jdk_25",
6
+ "override_name": "graalvm",
7
"artifacts": [
8
{
9
"os": "linux",
- "arch": "amd64"
10
+ "arch": "amd64",
11
+ "name_template": "{name}-community-{version}-{os}-{arch}"
12
},
13
14
- "arch": "aarch64"
15
+ "arch": "aarch64",
16
17
18
19
"os": "darwin",
20
21
22
23
24
"os": "windows",
25
26
27
}
28
]
29
0 commit comments