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: release musl binaries #257

Open
etihwjd opened this issue Dec 23, 2024 · 7 comments
Open

build: release musl binaries #257

etihwjd opened this issue Dec 23, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@etihwjd
Copy link

etihwjd commented Dec 23, 2024

So following on from #250, I managed to compile core-libs, kinda. When I say kinda, I gave up on compiling natively on the aarch64 convertible I have, and ended up using Cross and doing it on an x86_64 Ubuntu machine I have as a file server. I got as far as starting to setup Tauri and then looking at ways to cross compile using Tauri, decided against that and then looked for ways to automate cross compilation using qemu.

On my travels I came across a potential way to automate the build process for musl weirdos like me, Setup Alpine Linux environment, which appears to be able to integrated part of the standard GitHub workflow, and was wondering if this could be integrated into the project as a way to build either Alpine APK packages, or musl linked App images? This would probably be a massive help for the Alpine based PostmarketOS project, which is what I'm running on my Lenovo (now former) Chromebook Duet 3.

If a barrier is available time, I've forked the repo and could give it a bash. I could always open a PR if successful, but this would be luck and persistence rather than knowledge and skill!😅

@Martichou
Copy link
Owner

I'm not sure to fully understand what you want.

Do you mean you'd like me to add a new build target in the release pipeline for musl so that the release artefacts would contains such a binary? :)

@etihwjd
Copy link
Author

etihwjd commented Dec 25, 2024 via email

@Martichou
Copy link
Owner

Just a head up here: I'm not forgetting this, I just need to have some time to work on it as it's not that trivial :)
Will keep you updated once I find some free time to do it.

@Martichou Martichou changed the title Development/build request - Musl linked releases build: release musl binaries Jan 13, 2025
@Martichou Martichou added the enhancement New feature or request label Jan 13, 2025
@etihwjd
Copy link
Author

etihwjd commented Jan 14, 2025 via email

@etihwjd
Copy link
Author

etihwjd commented Jan 16, 2025 via email

@Martichou
Copy link
Owner

Thanks for the info! Just tried and seems like those image have some issue with permission, I'll check later! :)

@etihwjd
Copy link
Author

etihwjd commented Jan 18, 2025 via email

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

No branches or pull requests

2 participants