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: use goreleaser for building cross-compiled binaries and add riscv64 target #2135

Merged
merged 2 commits into from
Aug 20, 2024

Commits on Aug 18, 2024

  1. build: use goreleaser to cross-compile binaries for all platforms and…

    … archs
    
    The main motivation behind it is because "gox" is unmaintained and archived
    and it does not support "linux/riscv64" as a target.
    
    Right now, goreleaser is only building the binaries, and I've tried to replicate
    the exact same way the old script does.
    
    In the future, if so desired, goreleaser could be used to further automate the
    build and release pipeline by creating the release in GitHub.
    macabu committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ec4fdb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dbfea2 View commit details
    Browse the repository at this point in the history