Skip to content

Support building ARM archive files locally using the Gradle build.#6403

Merged
dlvenable merged 1 commit intoopensearch-project:mainfrom
dlvenable:2571-arm-archives
Jan 13, 2026
Merged

Support building ARM archive files locally using the Gradle build.#6403
dlvenable merged 1 commit intoopensearch-project:mainfrom
dlvenable:2571-arm-archives

Conversation

@dlvenable
Copy link
Copy Markdown
Member

@dlvenable dlvenable commented Jan 13, 2026

Description

Support building ARM archive files locally using the Gradle build.

This adds new scripts for running on ARM and includes the ARM architecture in the Gradle release build for linux. Additionally, it updates the smoke tests script to be able to run against different architectures in order to test the changes. Updates the README.md files as well.

Also updates the license headers for files in the related projects.

This does not yet update the Docker image or the GitHub Actions.

Issues Resolved

Resolves #2571.

Verification

ls release/archives/linux/build/distributions/
opensearch-data-prepper-2.14.0-SNAPSHOT-linux-arm64.tar.gz     opensearch-data-prepper-jdk-2.14.0-SNAPSHOT-linux-arm64.tar.gz
opensearch-data-prepper-2.14.0-SNAPSHOT-linux-x64.tar.gz       opensearch-data-prepper-jdk-2.14.0-SNAPSHOT-linux-x64.tar.gz
./release/smoke-tests/run-tarball-files-smoke-tests.sh -v 2.14.0-SNAPSHOT -a arm64 -t opensearch-data-prepper-jdk -d release/archives/linux/build/distributions
...
BUILD SUCCESSFUL in 2m 9s
60 actionable tasks: 14 executed, 46 up-to-date
Smoke tests passed
echo Completed smoke testing tar opensearch-data-prepper-jdk-2.14.0-SNAPSHOT-linux-arm64.tar.gz
./release/smoke-tests/run-tarball-files-smoke-tests.sh -v 2.14.0-SNAPSHOT -a arm64 -t opensearch-data-prepper -d release/archives/linux/build/distributions
...
BUILD SUCCESSFUL in 2m 9s
60 actionable tasks: 14 executed, 46 up-to-date
Smoke tests passed
echo Completed smoke testing tar opensearch-data-prepper-2.14.0-SNAPSHOT-linux-arm64.tar.gz

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…solves opensearch-project#2571.

This adds new scripts for running on ARM and includes the ARM architecture in the Gradle release build for linux. Additionally, it updates the smoke tests script to be able to run against different architectures in order to test the changes. Updates the README.md files as well.

Also updates the license headers for files in the related projects.

Signed-off-by: David Venable <dlv@amazon.com>
@dlvenable dlvenable merged commit ea291df into opensearch-project:main Jan 13, 2026
45 of 48 checks passed
@dlvenable dlvenable deleted the 2571-arm-archives branch January 13, 2026 23:00
simonelbaz pushed a commit to simonelbaz/data-prepper that referenced this pull request Jan 31, 2026
…solves opensearch-project#2571. (opensearch-project#6403)

This adds new scripts for running on ARM and includes the ARM architecture in the Gradle release build for linux. Additionally, it updates the smoke tests script to be able to run against different architectures in order to test the changes. Updates the README.md files as well.

Also updates the license headers for files in the related projects.

Signed-off-by: David Venable <dlv@amazon.com>
Signed-off-by: Simon ELBAZ <elbazsimon9@gmail.com>
simonelbaz pushed a commit to simonelbaz/data-prepper that referenced this pull request Jan 31, 2026
…solves opensearch-project#2571. (opensearch-project#6403)

This adds new scripts for running on ARM and includes the ARM architecture in the Gradle release build for linux. Additionally, it updates the smoke tests script to be able to run against different architectures in order to test the changes. Updates the README.md files as well.

Also updates the license headers for files in the related projects.

Signed-off-by: David Venable <dlv@amazon.com>
simonelbaz pushed a commit to simonelbaz/data-prepper that referenced this pull request Jan 31, 2026
…solves opensearch-project#2571. (opensearch-project#6403)

This adds new scripts for running on ARM and includes the ARM architecture in the Gradle release build for linux. Additionally, it updates the smoke tests script to be able to run against different architectures in order to test the changes. Updates the README.md files as well.

Also updates the license headers for files in the related projects.

Signed-off-by: David Venable <dlv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ARM distributions via tar.gz

3 participants