Skip to content

Commit ba431a0

Browse files
committed
Fix classifier on OSS Linux aarch64 archive
This commit fixes the classifier on the OSS Linux aarch64 archive.
1 parent 39785eb commit ba431a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/archives/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ task buildLinuxTar(type: SymbolicLinkPreservingTar) {
188188

189189
task buildOssLinuxAarch64Tar(type: SymbolicLinkPreservingTar) {
190190
configure(commonTarConfig)
191-
archiveClassifier = 'linux-x86_64'
191+
archiveClassifier = 'linux-aarch64'
192192
with archiveFiles(modulesFiles(true, 'linux'), 'tar', 'linux', 'aarch64', true, true)
193193
}
194194

0 commit comments

Comments
 (0)