You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support building ARM archive files locally using the Gradle build. Resolves#2571. (#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>
Copy file name to clipboardExpand all lines: release/smoke-tests/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,13 @@ To run automated smoke test on the default archive file you can use the followin
35
35
```
36
36
37
37
You can also customize what it tests against. The `-i` parameter specifies a base Docker image. The `-t` parameter determines which tar archive file to use.
38
-
The values for `-t` are `opensearch-data-prepper` or `opensearch-data-prepper-jdk`.
38
+
The values for `-t` are `opensearch-data-prepper` or `opensearch-data-prepper-jdk`. The `-a` parameter specifies the architecture (`x64` or `arm64`, defaults to `x64`).
0 commit comments