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

services/horizon add horizon binary building Makefile #4978

Merged
merged 3 commits into from
Aug 8, 2023

Commits on Aug 7, 2023

  1. Add horizon binary building Makefile

    ### What
    
    This PR adds Makefile entries to allow us to build horizon in an
    isolated, docker based, environment.
    
    ### Why
    
    This will make build process more transparent and it will simplify
    build systems where horizon is built.
    jacekn committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    42a3f3e View commit details
    Browse the repository at this point in the history
  2. Improve docker run command on non-amd64 systems

    This commit improves the way we handle non-amd64 architectures.
    Build command should work on all architectures that the debian
    image supports. In case of an unsupported architecture build will
    error letting user know clearly that it failed.
    jacekn committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    27d6943 View commit details
    Browse the repository at this point in the history
  3. Update output binary filename

    jacekn committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8ebbd9e View commit details
    Browse the repository at this point in the history