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

Linux musl release #723

Closed
1 task
rafi opened this issue Feb 24, 2024 · 2 comments · Fixed by #759
Closed
1 task

Linux musl release #723

rafi opened this issue Feb 24, 2024 · 2 comments · Fixed by #759
Labels
feature New feature request good first issue Good for newcomers

Comments

@rafi
Copy link
Contributor

rafi commented Feb 24, 2024

Please describe the problem you're trying to solve

On Linux with no glib:

yazi: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by yazi)

Would you be willing to contribute this feature?

  • Yes, I'll give it a shot

Describe the solution you'd like

Release asset for x86-64 linux musl

Additional context

No response

@rafi rafi added the feature New feature request label Feb 24, 2024
@sxyazi sxyazi added the good first issue Good for newcomers label Feb 28, 2024
@sxyazi
Copy link
Owner

sxyazi commented Feb 28, 2024

Sounds good! Does anyone want to give it a try? I think adding a new target in the release workflow should do it:

matrix:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
- os: windows-latest
target: aarch64-pc-windows-msvc

Copy link

github-actions bot commented Apr 3, 2024

I'm going to lock this issue because it has been closed for 30 days. ⏳ This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants