Skip to content

Commit

Permalink
Fixed variable name in Zstd publish script (elastic#118207)
Browse files Browse the repository at this point in the history
  • Loading branch information
as1605 authored Dec 9, 2024
1 parent d614804 commit 795cd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/publish_zstd_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ build_linux_jar() {
}

echo 'Building Linux jars...'
LINUX_ARM_JAR=$(build_linux_jar "linux/amd64" "x86-64")
LINUX_X86_JAR=$(build_linux_jar "linux/arm64" "aarch64")
LINUX_ARM_JAR=$(build_linux_jar "linux/arm64" "aarch64")
LINUX_X86_JAR=$(build_linux_jar "linux/amd64" "x86-64")

build_windows_jar() {
ARTIFACT="$TEMP/zstd-$VERSION-windows-x86-64.jar"
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/118207.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ixed variable name in Zstd publish script for linux platform

0 comments on commit 795cd7e

Please sign in to comment.