Skip to content

Commit

Permalink
Fix classifier on OSS Linux aarch64 archive
Browse files Browse the repository at this point in the history
This commit fixes the classifier on the OSS Linux aarch64 archive.
  • Loading branch information
jasontedor committed Mar 23, 2020
1 parent be1b34c commit c97ee4e
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 @@ -190,7 +190,7 @@ task buildLinuxTar(type: SymbolicLinkPreservingTar) {

task buildOssLinuxAarch64Tar(type: SymbolicLinkPreservingTar) {
configure(commonTarConfig)
archiveClassifier = 'linux-x86_64'
archiveClassifier = 'linux-aarch64'
with archiveFiles(modulesFiles(true, 'linux'), 'tar', 'linux', 'aarch64', true, true)
}

Expand Down

0 comments on commit c97ee4e

Please sign in to comment.