Skip to content

Commit

Permalink
Fix aarch64 OSS archive packaging
Browse files Browse the repository at this point in the history
This commit fixes the OSS aarch64 packaging to use the aarch64 JDK.
  • Loading branch information
jasontedor committed Mar 23, 2020
1 parent 5a52ee3 commit 80c24a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/archives/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ task buildLinuxTar(type: SymbolicLinkPreservingTar) {
task buildOssLinuxAarch64Tar(type: SymbolicLinkPreservingTar) {
configure(commonTarConfig)
archiveClassifier = 'linux-x86_64'
with archiveFiles(modulesFiles(true, 'linux'), 'tar', 'linux', 'x64', true, true)
with archiveFiles(modulesFiles(true, 'linux'), 'tar', 'linux', 'aarch64', true, true)
}

task buildOssLinuxTar(type: SymbolicLinkPreservingTar) {
Expand Down

0 comments on commit 80c24a0

Please sign in to comment.