Skip to content
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

Merged
merged 2 commits into from
Mar 2, 2022

Commits on Feb 28, 2022

  1. [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:
    opensearch-project#1259
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e41d7d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. [Build] fix check to stop opensearch-dashboards.service

    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c0e3ba0 View commit details
    Browse the repository at this point in the history