Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix arm architecture translation issue (opensearch-project#809)
Found when attempting to build on an `arm64` machine when I recieved an error message below. Root cause is that string equality in java cannot be done with the `==` sign. ``` unknown architecture [arm64] for jdk [provisioned_runtime], must be one of [aarch64, x64] ``` Signed-off-by: Peter Nied <[email protected]>
- Loading branch information