-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build] Build ARM64 for deb and rpm #1285
Conversation
ae74e2b
to
4200205
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks Rocky!
Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: opensearch-project#1259 Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
4200205
to
e41d7d8
Compare
I tried running this on an ARM instance and saw failures for both
|
Hey thanks for checking. I created an Ubuntu ARM64, instance and I believe that could be the issue. Was attempting to create an AL2 ARM64 but wasn't able to. But I was able to create an ARM64 deb package, and install it on my ARM64 Ubuntu instance and start OpenSearch Dashboards with:
|
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
* [Build] Build ARM64 for deb and rpm Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: #1259 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 5941044)
* [Build] Build ARM64 for deb and rpm Build ARM64 for deb with the following commands: yarn build --deb-arm --skip-archives yarn build --deb-arm --skip-archives --release Build ARM64 for rpm with the following commands: yarn build --rpm-arm --skip-archives yarn build --rpm-arm --skip-archives --release Issue partially resolved: #1259 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 5941044) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
I got the same error when I ran |
@qinzehua centos 7.9 arm? |
centos 7.9 x86_64 |
Do you see the same when you pass |
Description
Build ARM64 for deb with the following commands:
yarn build --deb-arm --skip-archives
yarn build --deb-arm --skip-archives --release
Build ARM64 for rpm with the following commands:
yarn build --rpm-arm --skip-archives
yarn build --rpm-arm --skip-archives --release
Signed-off-by: Kawika Avilla kavilla414@gmail.com
Issues Resolved
#1259
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr