Skip to content

Commit 80c24a0

Browse files
committed
Fix aarch64 OSS archive packaging
This commit fixes the OSS aarch64 packaging to use the aarch64 JDK.
1 parent 5a52ee3 commit 80c24a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/archives/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ task buildLinuxTar(type: SymbolicLinkPreservingTar) {
191191
task buildOssLinuxAarch64Tar(type: SymbolicLinkPreservingTar) {
192192
configure(commonTarConfig)
193193
archiveClassifier = 'linux-x86_64'
194-
with archiveFiles(modulesFiles(true, 'linux'), 'tar', 'linux', 'x64', true, true)
194+
with archiveFiles(modulesFiles(true, 'linux'), 'tar', 'linux', 'aarch64', true, true)
195195
}
196196

197197
task buildOssLinuxTar(type: SymbolicLinkPreservingTar) {

0 commit comments

Comments
 (0)