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

Setup releases with GitHub actions #962

Open
recrsn opened this issue Oct 7, 2022 · 1 comment
Open

Setup releases with GitHub actions #962

recrsn opened this issue Oct 7, 2022 · 1 comment
Labels

Comments

@recrsn
Copy link
Collaborator

recrsn commented Oct 7, 2022

Currently, the process of uploading release assets is manual and doing so is cumbersome to build and compile across 3 OS and 2 architectures. GitHub actions provide Windows, macOS and Linux and with some setup we can compile for x64 and arm64 targets as well.

Current supported targets:

  • Linux (glibc) x64 and arm64
  • Linux (musl/alpine) x64 and arm64
  • macOS x64 and arm64
  • Windows x64 and arm64
@recrsn recrsn added the build label Oct 7, 2022
@hariacharya80
Copy link

hariacharya80 commented Oct 2, 2023

Hello @recrsn, I found that we are currently running actions on ubuntu-22.04 and for tests only, did you opened this issue to create actions to compile and upload assets for all of the supported targets? If so, l'll be happy to get this done. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants